mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
140 B
C
9 lines
140 B
C
#ifndef CONTROL_2XXXX_H
|
|
#define CONTROL_2XXXX_H
|
|
|
|
void hard_reset_to_bootloader(void);
|
|
void hard_reset_to_user_code(void);
|
|
|
|
#endif // ..._H
|
|
|