summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/rc632_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/rc632_debug.c')
-rw-r--r--openpcd/firmware/src/rc632_debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openpcd/firmware/src/rc632_debug.c b/openpcd/firmware/src/rc632_debug.c
index fae9b2b..f3e36b7 100644
--- a/openpcd/firmware/src/rc632_debug.c
+++ b/openpcd/firmware/src/rc632_debug.c
@@ -26,5 +26,7 @@ int rc632_test(void)
return 0;
}
-
+#else
+int rc632_test(void)
+{}
#endif
personal git repositories of Harald Welte. Your mileage may vary