mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-26 16:15:11 +02:00
@@ -37,13 +37,12 @@
|
||||
#include "apdu.h"
|
||||
#include "usb.h"
|
||||
#include "flash.h"
|
||||
#include "otp.h"
|
||||
#include "led/led.h"
|
||||
#include "pico_time.h"
|
||||
#include "serial.h"
|
||||
#include "mbedtls/sha256.h"
|
||||
|
||||
extern void init_otp_files(void);
|
||||
|
||||
app_t apps[16];
|
||||
uint8_t num_apps = 0;
|
||||
|
||||
@@ -159,11 +158,11 @@ int main(void) {
|
||||
|
||||
random_init();
|
||||
|
||||
init_otp_files();
|
||||
otp_init_files();
|
||||
|
||||
low_flash_init();
|
||||
|
||||
scan_flash();
|
||||
file_scan_flash();
|
||||
|
||||
init_rtc();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user