From bc48a56620c0a3ae7b298e8a3cc1aefdab7bb06c Mon Sep 17 00:00:00 2001 From: Stephen White Date: Sun, 27 Dec 2020 13:45:12 +1100 Subject: [PATCH] Update Makefile.rules Setthe default makefile.rules to the Pi3 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 3f7e2ce..56054c1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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