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

7 lines
104 B
C
Raw Normal View History

2020-05-27 10:40:12 +02:00
#ifndef DIAG_h
#define DIAG_h
#include "StringFormatter.h"
2020-07-01 17:58:48 +02:00
#define DIAG StringFormatter::print
2020-05-27 10:40:12 +02:00
#endif