Skip to content
Snippets Groups Projects
Commit b419ca25 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix typo

parent 7eed008e
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ uint8_t HAL_get_reset_source() {
RESET != __HAL_RCC_GET_FLAG(RCC_FLAG_PINRST) ? RST_EXTERNAL :
#endif
#ifdef RCC_FLAG_PORRST
RESET != __HAL_RCC_GET_FLAG(RCC_FLAG_PORRST)) ? RST_POWER_ON :
RESET != __HAL_RCC_GET_FLAG(RCC_FLAG_PORRST) ? RST_POWER_ON :
#endif
0
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment