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) { } void HAL_clear_reset_source(void) { }
#pragma push_macro("WDT") #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) { uint8_t HAL_get_reset_source(void) {
RSTC_RCAUSE_Type resetCause; RSTC_RCAUSE_Type resetCause;

View file

@ -27,7 +27,7 @@
* Any pin can be used for external interrupts, but there are some restrictions. * Any pin can be used for external interrupts, but there are some restrictions.
* At most 16 different external interrupts can be used at one time. * At most 16 different external interrupts can be used at one time.
* Further, you cant just pick any 16 pins to use. This is because every pin on the SAMD51 * Further, you cant just pick any 16 pins to use. This is because every pin on the SAMD51
* connects to what is called an EXTINT line, and only one pin per EXTINT line can be used for external * connects to what is called an EXTINT line, and only one pin per EXTINT line can be used for external
* interrupts at a time * interrupts at a time
*/ */

View file

@ -45,7 +45,7 @@ bool PersistentStore::access_start() {
NVMCTRL->SEECFG.reg = NVMCTRL_SEECFG_WMODE_BUFFERED; // Buffered mode and segment reallocation active NVMCTRL->SEECFG.reg = NVMCTRL_SEECFG_WMODE_BUFFERED; // Buffered mode and segment reallocation active
#endif #endif
return true; return true;
} }
bool PersistentStore::access_finish() { bool PersistentStore::access_finish() {