From 61e8d1ab920ace0de3ff0dcb83f35de40f2e5b44 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 25 Jan 2019 14:13:51 -0700 Subject: [PATCH] fix macro with pic32 mx build --- mplabx/test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplabx/test_main.c b/mplabx/test_main.c index b9e4c78e6..e0c060fe8 100644 --- a/mplabx/test_main.c +++ b/mplabx/test_main.c @@ -44,7 +44,7 @@ #define _DISABLE_OPENADC10_CONFIGPORT_WARNING #include #include - #define init_serial() /* void out init_serial() */ + #define init_serial(x) /* void out init_serial() */ #define SYS_CLK 80000000 #endif