mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 21:08:16 +02:00
Try to fix CodeQL build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
#define MAX_DEPTH 4
|
#define MAX_DEPTH 4
|
||||||
|
|
||||||
PACK(typedef struct file {
|
typedef PACK(struct file {
|
||||||
const uint16_t fid;
|
const uint16_t fid;
|
||||||
const uint8_t parent; //entry number in the whole table!!
|
const uint8_t parent; //entry number in the whole table!!
|
||||||
const uint8_t *name;
|
const uint8_t *name;
|
||||||
|
|||||||
Reference in New Issue
Block a user