X-Git-Url: https://git.gag.com/?p=fw%2Fopenalt;a=blobdiff_plain;f=sysdefs.h;fp=sysdefs.h;h=f55c158173fe1d93ec18c853d8524e380160a5b7;hp=4d0e749178b3f53a15b7db27fdfa794b64495955;hb=221783226c8f457e094a04c5f4da9e2e3e7e8b42;hpb=d2311161540192cbc06d5bb19f3767bfc80274c2 diff --git a/sysdefs.h b/sysdefs.h index 4d0e749..f55c158 100644 --- 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)