diff options
author | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:06:40 +0100 |
---|---|---|
committer | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:06:40 +0100 |
commit | a44f516520527a08c251561b28ee973d4060195f (patch) | |
tree | 4ce48f1e6762ffb12816fd7b6cd3c3e62705ef64 /upgrade/upgrade.c | |
parent | a6afba324cc7ae49b755a2786104f45aea2b290c (diff) | |
parent | 04e0d950d18fba8af17e844f9d6d0bb868cb5981 (diff) | |
download | micronucleus-a44f516520527a08c251561b28ee973d4060195f.tar.gz micronucleus-a44f516520527a08c251561b28ee973d4060195f.tar.bz2 micronucleus-a44f516520527a08c251561b28ee973d4060195f.zip |
v1.10: Merging changes into testing
Diffstat (limited to 'upgrade/upgrade.c')
-rw-r--r-- | upgrade/upgrade.c | 1 |
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); |