6 lines
102 B
C
6 lines
102 B
C
#include "gpio.h"
|
|
|
|
void stop_app_fallback(void) {
|
|
for (;;)
|
|
gpio_onoff(GPIOS[0], 400, 1);
|
|
} |