rename signal to show
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
#include <frontend.h>
|
||||
#include <logger.h>
|
||||
#include <signal.h>
|
||||
#include <show.h>
|
||||
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ void frontendDisable() {
|
||||
void frontendAdcCallback(ADC_HandleTypeDef* hadc) {
|
||||
static int32_t holdValue = 0;
|
||||
|
||||
signal(DEBUG_2, TOGGLE);
|
||||
show(DEBUG_2, TOGGLE);
|
||||
|
||||
if (frontendEnabled) {
|
||||
int32_t currentValue = (int32_t) HAL_ADC_GetValue(hadc);
|
||||
|
Reference in New Issue
Block a user