forked from wolfSSL/wolfssl
Merge pull request #2072 from JacobBarthelmeh/Testing
fix macro with pic32 mx build
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
#define _DISABLE_OPENADC10_CONFIGPORT_WARNING
|
#define _DISABLE_OPENADC10_CONFIGPORT_WARNING
|
||||||
#include <plib.h>
|
#include <plib.h>
|
||||||
#include <sys/appio.h>
|
#include <sys/appio.h>
|
||||||
#define init_serial() /* void out init_serial() */
|
#define init_serial(x) /* void out init_serial() */
|
||||||
#define SYS_CLK 80000000
|
#define SYS_CLK 80000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user