1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-11 23:43:04 +00:00
mist-devel.mist-firmware/storage_control.h
Gyorgy Szombathelyi b7d755f00b Add USB storage device support
Activate with the mist.ini setting: usb_storage=1
2021-11-09 19:16:53 +01:00

7 lines
94 B
C

#ifndef STORAGE_CONTROL_H
#define STORAGE_CONTROL_H
void storage_control_poll(void);
#endif