summaryrefslogtreecommitdiffstats
path: root/upgrade/upgrade.c
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2013-12-16 13:23:40 +1100
committerBluebie <a@creativepony.com>2013-12-16 13:23:40 +1100
commit5ec425e04545acec1c70222dfbc79d708e85bfae (patch)
tree72c9c3dd0fbf01920c4ec3ad44a162441aed2f95 /upgrade/upgrade.c
parentbe17f02352ca73af8325828b6e0e242b5d764fdc (diff)
downloadmicronucleus-5ec425e04545acec1c70222dfbc79d708e85bfae.tar.gz
micronucleus-5ec425e04545acec1c70222dfbc79d708e85bfae.tar.bz2
micronucleus-5ec425e04545acec1c70222dfbc79d708e85bfae.zip
upgrade: compatible with newer versions of AVR-GCC
Diffstat (limited to 'upgrade/upgrade.c')
-rw-r--r--upgrade/upgrade.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade/upgrade.c b/upgrade/upgrade.c
index 2541f09..698ed28 100644
--- a/upgrade/upgrade.c
+++ b/upgrade/upgrade.c
@@ -30,6 +30,7 @@ void secure_interrupt_vector_table(void);
void write_new_bootloader(void);
void forward_interrupt_vector_table(void);
void beep(void);
+void reboot(void);
void load_table(uint16_t address, uint16_t words[SPM_PAGESIZE / 2]);
void erase_page(uint16_t address);