Ver código fonte

blinky: Fix serial baud rate. Should be 115200.

Keir Fraser 2 anos atrás
pai
commit
a7cfcf0482
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Makefile

+ 1 - 0
src/Makefile

@@ -12,6 +12,7 @@ OBJS-$(debug) += console.o
 ifeq ($(blinky),y)
 
 OBJS += blinky.o
+console.o: CFLAGS += -DBAUD=115200
 
 else ifeq ($(bootloader),y)