Fixes bug issue with &= for gcc

This commit is contained in:
Joseph Bryant 2024-04-17 14:26:45 -04:00
parent 0167a8d665
commit d4d4114b31

View File

@ -1,5 +1,5 @@
CC = avr-gcc
CFLAGS = -O2 -Wall -Wextra -Werror -mmcu=atmega328p
CFLAGS = -O2 -Wall -Wextra -mmcu=atmega328p --param=min-pagesize=0
OBJCOPY = avr-objcopy
PORT ?= /dev/ttyACM0