firmware defines

This commit is contained in:
2023-10-22 09:32:07 -04:00
parent 38e8ed1b51
commit 2526e44378
753 changed files with 81108 additions and 32 deletions

7
firmware/lib/dfu/dfu.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BOOTLOADER_H
#define BOOTLOADER_H
void perform_system_reset(void);
void jump_to_bootloader(void);
#endif