rename signal to show

This commit is contained in:
2020-11-03 10:05:45 +01:00
parent 92d31980c8
commit 83c6d65172
8 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
#ifndef TEST
#include <main.h>
#include <usart.h>
#include <signal.h>
#include <show.h>
#include <PontCoopScheduler.h>
#endif
@ -56,7 +56,7 @@ int logExec() {
#ifndef TEST
static void flashGreenLed(void *handle) {
signal(LED_GREEN, TOGGLE);
show(LED_GREEN, TOGGLE);
}
#endif // TEST