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

9 lines
202 B
C
Raw Normal View History

2025-01-12 15:27:45 +01:00
#include "util.h"
#include "main.h"
#include "stm32h7xx_hal.h"
void set_error_led() {
#warning "check callers of this function"
//HAL_GPIO_WritePin(STATUS2_GPIO_Port, STATUS2_Pin, GPIO_PIN_SET);
}