Minor HAL cleanup

2.0.x
Scott Lahteine 5 years ago
parent 90e2c42031
commit b9b07387d7

@ -261,14 +261,6 @@ void HAL_idletask() {
#endif
}
/* VGPV Done with defines
// disable interrupts
void cli() { noInterrupts(); }
// enable interrupts
void sei() { interrupts(); }
*/
void HAL_clear_reset_source() { }
/**

Loading…
Cancel
Save