Rename chibios example keyboard.

This commit is contained in:
flabbergast 2015-10-12 10:20:16 +01:00
parent 2ac5cd730b
commit 9178ea2d73
11 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16 -std=gnu99 -DPROTOCOL_CHIBIOS
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -std=gnu99 -DPROTOCOL_CHIBIOS
endif
# C specific options here (added to USE_OPT).