Merge pull request #2072 from JacobBarthelmeh/Testing

fix macro with pic32 mx build
This commit is contained in:
David Garske 2019-02-04 17:11:13 -08:00 committed by GitHub
commit f61d99526b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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