controller-legacy/macros.h
Tobias Reisinger d8ad2c205a init
2019-11-15 01:23:43 +01:00

6 lines
200 B
C

#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