controller-legacy/include/macros.h

7 lines
200 B
C
Raw Normal View History

2020-01-07 01:23:16 +00:00
#ifndef CONTROLLER_MACROS_H
#define CONTROLLER_MACROS_H
#define LOG_ERROR(msg) printf("ERROR: \"%s\" in function %s in file %s:%d\n", msg, __func__, __FILE__, __LINE__)
#endif //CONTROLLER_MACROS_H