Replace types.h with millis_t.h
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
//#define DEBUG_STOPWATCH
|
||||
|
||||
#include "../core/macros.h" // for FORCE_INLINE
|
||||
#include "../core/types.h" // for millis_t
|
||||
#include "../core/millis_t.h"
|
||||
|
||||
/**
|
||||
* @brief Stopwatch class
|
||||
|
Reference in New Issue
Block a user