mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Fix warning about array subscript [0] outside array bounds
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
CC=avr-gcc
|
CC=avr-gcc
|
||||||
CFLAGS=-std=gnuc17 -c -g -Os -Wall -mmcu=attiny3216
|
CFLAGS=-std=gnu17 --param=min-pagesize=0 -c -g -Os -Wall -mmcu=attiny3216
|
||||||
CFLAGS+=-fno-exceptions -ffunction-sections -fdata-sections -fshort-enums
|
CFLAGS+=-fno-exceptions -ffunction-sections -fdata-sections -fshort-enums
|
||||||
DEFS=-DF_CPU=16000000L
|
DEFS=-DF_CPU=16000000L
|
||||||
LFLAGS=-mmcu=attiny3216 -MMD
|
LFLAGS=-mmcu=attiny3216 -MMD
|
||||||
|
|||||||
Reference in New Issue
Block a user