Update Makefile.rules

Setthe default makefile.rules to the Pi3
This commit is contained in:
Stephen White 2020-12-27 13:45:12 +11:00
parent 8e87777759
commit bc48a56620
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ endif
#use RASPPI = 1BRev2 for Raspberry Pi 1B Rev 2 (26 IOports) (GPIO2/3/27)
#use RASPPI = 1BPlus for Raspberry Pi 1B+ (40 I/OPorts)
RASPPI ?= 1BPlus
RASPPI ?= 3
PREFIX ?= arm-none-eabi-
CC = $(PREFIX)gcc