Skip to content

Commit

Permalink
[Bug] Fix timer include in override_wiring.c (#15221)
Browse files Browse the repository at this point in the history
* [Bug] Fix timer include in override_wiring.c

* add platforms to keep parity with old method
  • Loading branch information
drashna authored Nov 19, 2021
1 parent 2728603 commit ac00b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/usb_hid/override_wiring.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
#define __DELAY_BACKWARD_COMPATIBLE__
#include <util/delay.h>
#include "common/timer.h"
#include "platforms/timer.h"


unsigned long millis(void)
Expand Down

0 comments on commit ac00b6d

Please sign in to comment.