mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
7 lines
75 B
C
7 lines
75 B
C
#ifndef __MYREBOOT__
|
|
#define __MYREBOOT__
|
|
|
|
void my_reboot();
|
|
|
|
#endif
|