Update Makefile.rules
Setthe default makefile.rules to the Pi3
This commit is contained in:
parent
8e87777759
commit
bc48a56620
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ endif
|
||||||
#use RASPPI = 1BRev2 for Raspberry Pi 1B Rev 2 (26 IOports) (GPIO2/3/27)
|
#use RASPPI = 1BRev2 for Raspberry Pi 1B Rev 2 (26 IOports) (GPIO2/3/27)
|
||||||
#use RASPPI = 1BPlus for Raspberry Pi 1B+ (40 I/OPorts)
|
#use RASPPI = 1BPlus for Raspberry Pi 1B+ (40 I/OPorts)
|
||||||
|
|
||||||
RASPPI ?= 1BPlus
|
RASPPI ?= 3
|
||||||
PREFIX ?= arm-none-eabi-
|
PREFIX ?= arm-none-eabi-
|
||||||
|
|
||||||
CC = $(PREFIX)gcc
|
CC = $(PREFIX)gcc
|
||||||
|
|
Loading…
Reference in a new issue