PER Firmware
Loading...
Searching...
No Matches
sdc.h
Go to the documentation of this file.
1#ifndef SDC_H
2#define SDC_H
3
11#include <stdint.h>
12
13static constexpr uint32_t SDC_TASK_PERIOD_MS = 5;
14
15void SDC_task_periodic(void);
16
17#endif // SDC_H