memory org and solo hacker build recipe

This commit is contained in:
Conor Patrick
2018-12-05 00:13:34 -05:00
parent cbf021c7a8
commit b9ebde22e5
6 changed files with 18 additions and 18 deletions

View File

@@ -15,8 +15,6 @@
#define IS_BOOTLOADER 1
#define SOLO_HACKER
#define ENABLE_U2F_EXTENSIONS
// #define ENABLE_U2F
@@ -53,6 +51,7 @@ void hw_init(void);
void device_reboot();
int is_authorized_to_boot();
int is_bootloader_disabled();
void bootloader_heartbeat();
#endif