9 lines
104 B
C
9 lines
104 B
C
|
#ifndef INC_UTIL_H
|
||
|
#define INC_UTIL_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void set_error_led();
|
||
|
|
||
|
#endif // INC_UTIL_H
|