#include "util.h"
#include "main.h"
#include "stm32h7xx_hal_gpio.h"

void set_error_led() {
  #warning "check callers of this function"
  //HAL_GPIO_WritePin(STATUS2_GPIO_Port, STATUS2_Pin, GPIO_PIN_SET);
}