2023-03-12 21:06:23 +01:00
|
|
|
#include "util.h"
|
|
|
|
#include "main.h"
|
2024-05-03 00:20:29 +02:00
|
|
|
#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
|
|
|
}
|