Brooklyn/gnuk/chopstx/mcu/chx-gnu-linux.c
2022-04-02 18:17:33 +05:00

6 lines
65 B
C

void
chx_sleep_mode (int enable_sleep)
{
(void)enable_sleep;
}