Handle new IVIM build

This commit is contained in:
emanuel 2021-06-08 17:03:36 +01:00
parent dd2c7d12b5
commit af5cb92560
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,9 @@
#include <it2s-tender/space.h>
#include <it2s-tender/time.h>
#include <ivim/Pictogram-trafficSign.h>
#include <ivim/Pictogram-conditionsSign.h>
#define syslog_info(msg, ...) syslog(LOG_INFO, msg, ##__VA_ARGS__)
#define syslog_emerg(msg, ...) syslog(LOG_EMERG, "%s:%d [" msg "]", __func__, __LINE__, ##__VA_ARGS__)
#define syslog_err(msg, ...) syslog(LOG_ERR, "%s:%d [" msg "]", __func__, __LINE__, ##__VA_ARGS__)

View File

@ -99,3 +99,9 @@ void press_init(press_t* press) {
}
}
void *sa_service(void *fc) {
facilities_t *facilities = (facilities_t*) fc;
return NULL;
}