changing circuitry to disable RTC, update initialization to match
[fw/openalt] / sysdefs.h
index 4d0e749178b3f53a15b7db27fdfa794b64495955..f55c158173fe1d93ec18c853d8524e380160a5b7 100644 (file)
--- a/sysdefs.h
+++ b/sysdefs.h
@@ -36,7 +36,7 @@ typedef volatile U32 REG32;
 //  Yuck.  Don't like this here, but what the heck...
 //
 #if !defined CFG_CONSOLE_USB && !defined CFG_CONSOLE_UART0 && !defined CFG_CONSOLE_UART1
-#error "Must define CFG_CONSOLE_USB, CFG_CONSOLE_UART0 or CFG_CONSOLE_UART1
+#error "Must define CFG_CONSOLE_USB, CFG_CONSOLE_UART0 or CFG_CONSOLE_UART1"
 #endif
 
 #if defined CFG_CONSOLE_USB && (defined CFG_CONSOLE_UART0 || defined CFG_CONSOLE_UART1)