mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 18:49:15 -04:00
SD card detection and filesystem mounting.
This commit is contained in:
parent
9f6c495fef
commit
987ea3555d
4 changed files with 84 additions and 9 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
constexpr auto EVT_MASK_RTC_TICK = EVENT_MASK(0);
|
||||
constexpr auto EVT_MASK_LCD_FRAME_SYNC = EVENT_MASK(1);
|
||||
constexpr auto EVT_MASK_SD_CARD_PRESENT = EVENT_MASK(2);
|
||||
constexpr auto EVT_MASK_SWITCHES = EVENT_MASK(3);
|
||||
constexpr auto EVT_MASK_ENCODER = EVENT_MASK(4);
|
||||
constexpr auto EVT_MASK_TOUCH = EVENT_MASK(5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue