parent
b42d05d8b1
commit
826b49d0db
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ endif
|
|||
ifeq ($(strip $(NO_CORE)),)
|
||||
ifndef MONITOR_BAUDRATE
|
||||
ifeq ($(words $(LOCAL_PDE_SRCS) $(LOCAL_INO_SRCS)), 1)
|
||||
SPEED = $(shell egrep -h 'Serial.begin\([0-9]+\)' $(LOCAL_PDE_SRCS) $(LOCAL_INO_SRCS) | sed -e 's/[^0-9]//g'| head -n1)
|
||||
SPEED = $(shell egrep -h 'Serial.begin *\([0-9]+\)' $(LOCAL_PDE_SRCS) $(LOCAL_INO_SRCS) | sed -e 's/[^0-9]//g'| head -n1)
|
||||
MONITOR_BAUDRATE = $(findstring $(SPEED),300 1200 2400 4800 9600 14400 19200 28800 38400 57600 115200)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue