Browse Source

blinky: Fix serial baud rate. Should be 115200.

Keir Fraser 2 năm trước cách đây
mục cha
commit
a7cfcf0482
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)