Pin names added, compiles now

This commit is contained in:
Wolfgang Hottgenroth
2017-05-26 18:57:42 +02:00
parent 27f62c4c27
commit 7bc9071407
9 changed files with 138 additions and 67 deletions

View File

@ -40,7 +40,7 @@ void HAL_SYSTICK_Callback() {
}
void my_errorHandler() {
HAL_GPIO_WritePin(ERROR_PIN_GPIO_Port, ERROR_PIN_Pin, GPIO_PIN_SET);
HAL_GPIO_WritePin(ERROR_GPIO_Port, ERROR_Pin, GPIO_PIN_SET);
}
void my_setup_2() {