We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cccebfe + 88f90f3 commit a478c62Copy full SHA for a478c62
protocol/vusb.mk
@@ -10,6 +10,7 @@ SRC += $(VUSB_DIR)/main.c \
10
11
12
ifdef NO_UART
13
+OPT_DEFS += -DNO_UART
14
SRC += $(COMMON_DIR)/sendchar_null.c
15
else
16
SRC += $(COMMON_DIR)/sendchar_uart.c \
protocol/vusb/main.c
@@ -49,7 +49,7 @@ int main(void)
49
#endif
50
51
CLKPR = 0x80, CLKPR = 0;
52
-#ifndef PS2_USE_USART
+#ifndef NO_UART
53
uart_init(UART_BAUD_RATE);
54
55
0 commit comments