mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-10 11:59:05 +02:00
@@ -30,6 +30,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "file.h"
|
||||
#include "flash.h"
|
||||
#include "debug.h"
|
||||
|
||||
#if !defined(MIN)
|
||||
@@ -142,9 +143,6 @@ static inline uint32_t put_uint64_le(uint64_t n, uint8_t *b) {
|
||||
return 8;
|
||||
}
|
||||
|
||||
extern void low_flash_available(void);
|
||||
extern int flash_clear_file(file_t *file);
|
||||
|
||||
extern int (*button_pressed_cb)(uint8_t);
|
||||
|
||||
extern bool is_req_button_pending(void);
|
||||
|
||||
Reference in New Issue
Block a user