X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/24562c8a748c379de491019607921e5959459464..745723e4d1fee18fc31d79172fe8357a75628eea:/firmware/fnordlicht-controller/config.mk.template diff --git a/firmware/fnordlicht-controller/config.mk.template b/firmware/fnordlicht-controller/config.mk.template deleted file mode 100644 index 7798544..0000000 --- a/firmware/fnordlicht-controller/config.mk.template +++ /dev/null @@ -1,39 +0,0 @@ -# Put your own config here! -# -# This file is not under version control, and your settings -# will not be modified when upgrading the repository - - -################################################################### -# PROGRAMMER -# -# avrdude programmer protocol -#PROG = usbasp - -# avrdude programmer device -#DEV = usb - -# further flags for avrdude -#AVRDUDE_FLAGS = - - -################################################################### -# controller -# -# possible values: -# - atmega168 -# -#MCU = atmega168 - -# frequency -#F_CPU = 16000000UL - -# use more debug-flags when compiling -#DEBUG = 1 - -################################################################### -# FIRMWARE CONFIGURATION -# - -# default baudrate -#CONFIG_SERIAL_BAUDRATE = 19200