9 lines
112 B
C
9 lines
112 B
C
|
#ifndef __GILBRALTAR_LED__
|
||
|
#define __GILBRALTAR_LED__
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
void gilbraltar_led(bool);
|
||
|
|
||
|
#endif
|