targets/plc_main_head.c
changeset 1981 d0718654d9b0
parent 1463 de311ffe3961
child 2503 6ffeffb6d635
--- a/targets/plc_main_head.c	Thu Apr 12 16:29:43 2018 +0200
+++ b/targets/plc_main_head.c	Thu Apr 12 16:31:30 2018 +0200
@@ -35,6 +35,9 @@
 /* Help to quit cleanly when init fail at a certain level */
 static int init_level = 0;
 
+/* Prototype for Logging to help spotting errors at init */
+int LogMessage(uint8_t level, char* buf, uint32_t size);
+
 /*
  * Prototypes of functions exported by plugins
  **/