fix macro with pic32 mx build

pull/2072/head
Jacob Barthelmeh 2019-01-25 14:13:51 -07:00
parent d16c2ca7c6
commit 61e8d1ab92
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#define _DISABLE_OPENADC10_CONFIGPORT_WARNING
#include <plib.h>
#include <sys/appio.h>
#define init_serial() /* void out init_serial() */
#define init_serial(x) /* void out init_serial() */
#define SYS_CLK 80000000
#endif