mirror of
https://github.com/halleysfifthinc/Toyota-AVC-LAN
synced 2025-06-08 16:36:11 +00:00
Fix warning about array subscript [0] outside array bounds
This commit is contained in:
parent
4fcdf4af36
commit
e21f1a979a
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user