Fix compilation errors. Followup to #12439 (#12481)

This commit is contained in:
Marcio Teixeira
2018-11-19 23:02:13 -07:00
committed by Scott Lahteine
parent 90a58488b5
commit 50ee747787
3 changed files with 21 additions and 21 deletions

View File

@ -134,7 +134,6 @@ namespace ExtUI {
// The ms count is
return (uint32_t)(currTime / (F_CPU / 8000));
}
#endif // __SAM3X8E__
void delay_us(unsigned long us) {