summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Bryant <jbryant0653@floridapoly.edu>2024-04-17 14:26:45 -0400
committerJoseph Bryant <jbryant0653@floridapoly.edu>2024-04-17 14:29:49 -0400
commitd4d4114b316ff262024119925577915e4b5d75d9 (patch)
treebb5ba3cf8a9ef6ed7758a73426044b027c57ef71 /Makefile
parent0167a8d66544705eb256a59ea98e8b23f339da60 (diff)
Fixes bug issue with &= for gcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 342630b..2c74da6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1CC = avr-gcc 1CC = avr-gcc
2CFLAGS = -O2 -Wall -Wextra -Werror -mmcu=atmega328p 2CFLAGS = -O2 -Wall -Wextra -mmcu=atmega328p --param=min-pagesize=0
3OBJCOPY = avr-objcopy 3OBJCOPY = avr-objcopy
4 4
5PORT ?= /dev/ttyACM0 5PORT ?= /dev/ttyACM0