diff options
Diffstat (limited to 'platforms/bootloader.h')
-rw-r--r-- | platforms/bootloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/bootloader.h b/platforms/bootloader.h index 25ebd95288..77c6c80287 100644 --- a/platforms/bootloader.h +++ b/platforms/bootloader.h @@ -19,3 +19,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* give code for your bootloader to come up if needed */ void bootloader_jump(void); +void mcu_reset(void); |