Skip to content

Commit

Permalink
SD card definitions on SDK librishka/sys.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 29, 2024
1 parent 2ea96f3 commit d007da3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/librishka/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ typedef enum {
SYSINFO_USED_STORAGE
} sysinfon_t;

typedef enum {
SD_CARD_NONE,
SD_CARD_MMC,
SD_CARD_SD,
SD_CARD_SDHC,
SD_CARD_UNKNOWN
} sdcard_t;

typedef enum {
SYSINFO_CHIPMODEL,
SYSINFO_SDK_VERSION,
Expand Down

0 comments on commit d007da3

Please sign in to comment.