diff options
Diffstat (limited to 'common/mbed/bootloader.c')
-rw-r--r-- | common/mbed/bootloader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/mbed/bootloader.c b/common/mbed/bootloader.c new file mode 100644 index 0000000000..b51e83943a --- /dev/null +++ b/common/mbed/bootloader.c @@ -0,0 +1,4 @@ +#include "bootloader.h" + + +void bootloader_jump(void) {} |