Parcourir la source

blinky: Fix serial baud rate. Should be 115200.

Keir Fraser il y a 2 ans
Parent
commit
a7cfcf0482
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)