[Bug] Fix timer include in override_wiring.c (#15221)

* [Bug] Fix timer include in override_wiring.c

* add platforms to keep parity with old method
master
Drashna Jaelre 2021-11-19 13:22:45 -08:00 committed by GitHub
parent 2728603fe6
commit ac00b6da29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
*/
#define __DELAY_BACKWARD_COMPATIBLE__
#include <util/delay.h>
#include "common/timer.h"
#include "platforms/timer.h"
unsigned long millis(void)