From 49217b956286d37a89265120b6275a2a383c561d Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Sun, 8 Feb 2015 16:05:55 +0100 Subject: firmware: Fixed bug with osccal_restore --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/main.c b/firmware/main.c index 0cd0d26..403c4cc 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -63,7 +63,7 @@ PROGMEM const uint8_t configurationReply[6] = { uint8_t b[2]; } uint16_union_t; -#if OSCCAL_RESTORE +#if OSCCAL_RESTORE_DEFAULT register uint8_t osccal_default asm("r2"); #endif -- cgit v1.2.3