Enable to use main() without return value
This commit is contained in:
parent
2ea46d4402
commit
51e4a8bc9b
1
Makefile
1
Makefile
@ -49,6 +49,7 @@ CFLAGS = -Wall \
|
|||||||
-mmcu=$(BOARD) \
|
-mmcu=$(BOARD) \
|
||||||
-DF_CPU=16000000UL \
|
-DF_CPU=16000000UL \
|
||||||
-DGIT_DESCR=\"$(shell git describe --abbrev=6 --dirty --always --tags --long)\" \
|
-DGIT_DESCR=\"$(shell git describe --abbrev=6 --dirty --always --tags --long)\" \
|
||||||
|
-ffreestanding \
|
||||||
-std=c11
|
-std=c11
|
||||||
|
|
||||||
# Linker flags
|
# Linker flags
|
||||||
|
Loading…
Reference in New Issue
Block a user