mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-01-11 23:43:04 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef STORAGE_CONTROL_H
|
|
#define STORAGE_CONTROL_H
|
|
|
|
void storage_control_poll(void);
|
|
|
|
#endif
|