Fix: utility.h requires types.h
This commit is contained in:
parent
beb7e2ed93
commit
9508f9ec75
@ -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 New Issue
Block a user