1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

defines.h needed to get ESP32 macro on non-ESP32

This commit is contained in:
Harald Barth 2021-11-07 00:21:15 +01:00
parent c02e976c9f
commit 5cbf0c2cad

View File

@ -18,6 +18,7 @@
*/
#include "RingStream.h"
#include "defines.h"
#include "DIAG.h"
RingStream::RingStream( const uint16_t len)