3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-21 06:35:53 +00:00
Brooklyn/gnuk/chopstx/mcu/chx-gnu-linux.c

6 lines
65 B
C
Raw Normal View History

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