Fix bug in pingpair Jamfile
This commit is contained in:
parent
07a4bcf425
commit
76f79e62ed
|
@ -5,7 +5,7 @@ PROJECT_LIBS = SPI RF24 ;
|
||||||
# (2) Board Information
|
# (2) Board Information
|
||||||
|
|
||||||
UPLOAD_PROTOCOL ?= stk500v1 ;
|
UPLOAD_PROTOCOL ?= stk500v1 ;
|
||||||
UPLOAD_SPEED ?= 115200 ;;
|
UPLOAD_SPEED ?= 115200 ;
|
||||||
MCU = atmega328p ;
|
MCU = atmega328p ;
|
||||||
F_CPU ?= 16000000 ;
|
F_CPU ?= 16000000 ;
|
||||||
CORE ?= arduino ;
|
CORE ?= arduino ;
|
||||||
|
|
Loading…
Reference in New Issue