Fix bug in pingpair Jamfile

This commit is contained in:
maniacbug 2011-12-24 10:09:46 -08:00
parent 07a4bcf425
commit 76f79e62ed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PROJECT_LIBS = SPI RF24 ;
# (2) Board Information
UPLOAD_PROTOCOL ?= stk500v1 ;
UPLOAD_SPEED ?= 115200 ;;
UPLOAD_SPEED ?= 115200 ;
MCU = atmega328p ;
F_CPU ?= 16000000 ;
CORE ?= arduino ;