Trailing whitespace

This commit is contained in:
Scott Lahteine
2019-07-29 19:46:22 -05:00
parent eae543adf3
commit 1165c26ab4
3 changed files with 3 additions and 3 deletions

View File

@@ -389,7 +389,7 @@ void HAL_idletask(void) {
void HAL_clear_reset_source(void) { }
#pragma push_macro("WDT")
#undef WDT // Required to be able to use '.bit.WDT'. Compiler wrongly replace struct field with WDT define
#undef WDT // Required to be able to use '.bit.WDT'. Compiler wrongly replace struct field with WDT define
uint8_t HAL_get_reset_source(void) {
RSTC_RCAUSE_Type resetCause;