9 lines
202 B
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);
|
||
|
}
|