ams-master-23/Core/Src/util.c

9 lines
202 B
C
Raw Normal View History

2023-03-12 21:06:23 +01:00
#include "util.h"
#include "main.h"
#include "stm32h7xx_hal.h"
2023-03-12 21:06:23 +01:00
void set_error_led() {
2024-04-23 17:37:17 +02:00
#warning "check callers of this function"
//HAL_GPIO_WritePin(STATUS2_GPIO_Port, STATUS2_Pin, GPIO_PIN_SET);
2023-03-12 21:06:23 +01:00
}