well I hope this fixes the build

This commit is contained in:
Brett Christensen 2024-02-09 16:25:20 +11:00
parent c8de0d3af9
commit dff9788b96
8 changed files with 19 additions and 13 deletions

View file

@ -3,8 +3,8 @@
#ifndef UNIT_TEST
#include <Arduino.h>
extern unsigned long time_seconds;
extern uint32_t previous_millis;
extern unsigned long previous_millis;
extern uint32_t time_seconds;
#endif
#include <stdint.h>