Fix: utility.h requires types.h
This commit is contained in:
parent
beb7e2ed93
commit
9508f9ec75
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#ifndef __UTILITY_H__
|
||||
#define __UTILITY_H__
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void safe_delay(millis_t ms);
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
|
Loading…
Reference in a new issue