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

9 lines
202 B
C

#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);
}