mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5aa00a4f8b
* fixed documentation in irq.h * moved tools folder to dist * added check for disk space in build_gnuarm script * fixed gcc check in this script, too
10 lines
168 B
C
10 lines
168 B
C
/* token from pseudoterm */
|
|
#ifndef CONTROL_2XXXX_H
|
|
#define CONTROL_2XXXX_H
|
|
|
|
void hard_reset_to_bootloader(void);
|
|
void hard_reset_to_user_code(void);
|
|
|
|
#endif // ..._H
|
|
|