This commit is contained in:
Simon Küppers
2014-10-03 15:58:40 +02:00
8 changed files with 20411 additions and 21824 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1
View File
@@ -56,6 +56,7 @@
#include "Settings.h"
#include <avr/eeprom.h>
#include "Configuration.h"
#include "Memory.h"
SettingsType GlobalSettings;
SettingsType EEMEM StoredSettings = {
+1 -1
View File
@@ -110,7 +110,7 @@ void SystemEnterBootloader(void)
{
/* Use Watchdog timer to reset into bootloader. */
CCP = CCP_IOREG_gc;
WDT.CTRL = WDT_PER_500CLK_gc | WDT_ENABLE_bm | WDT_CEN_bm;
WDT.CTRL = WDT_PER_512CLK_gc | WDT_ENABLE_bm | WDT_CEN_bm;
}