X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/24562c8a748c379de491019607921e5959459464..745723e4d1fee18fc31d79172fe8357a75628eea:/firmware/fnordlicht-bootloader/config.h diff --git a/firmware/fnordlicht-bootloader/config.h b/firmware/fnordlicht-bootloader/config.h deleted file mode 100644 index eea4448..0000000 --- a/firmware/fnordlicht-bootloader/config.h +++ /dev/null @@ -1,37 +0,0 @@ -/* vim:ts=4 sts=4 et tw=80 - * - * fnordlichtmini serial bootloader - * - * for additional information please - * see http://lochraster.org/fnordlichtmini - * - * (c) by Alexander Neumann - * Lars Noschinski - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3 as published by - * the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -/* configure bootloader buffer size */ -#ifndef CONFIG_BOOTLOADER_BUFSIZE -#define CONFIG_BOOTLOADER_BUFSIZE 512 -#endif - -/* configure exit delay (in 50ms) */ -#ifndef CONFIG_EXIT_DELAY -#define CONFIG_EXIT_DELAY 2 -#endif - -#endif