Update some HAL comments

This commit is contained in:
Scott Lahteine
2019-06-28 23:04:33 -05:00
parent f39d025a80
commit b615b492ba
6 changed files with 7 additions and 12 deletions

View File

@@ -115,4 +115,4 @@ bool HAL_timer_interrupt_enabled(const uint8_t timer_num) {
return NVIC->ISER[IRQ_Id >> 5] & _BV32(IRQ_Id & 0x1F);
}
#endif // ARDUINO_ARCH_STM32
#endif // ARDUINO_ARCH_STM32 && !STM32GENERIC