targets/beremiz.h
author Laurent Bessard
Tue, 26 Mar 2013 23:25:18 +0100
changeset 1004 bf3b6998f7b6
parent 1002 15c05ba95df4
child 1050 56bef276055e
permissions -rw-r--r--
Added support in LocationCellEditor for locations with undefined direction
/* Beremiz' header file for use by extensions */

#include "iec_types.h"

#define LOG_LEVELS 4
#define LOG_CRITICAL 0
#define LOG_WARNING 1
#define LOG_INFO 2
#define LOG_DEBUG 3

extern unsigned long long common_ticktime__;
int LogMessage(uint8_t level, char* buf, uint32_t size);