targets/plc_main_head.c
changeset 1981 d0718654d9b0
parent 1463 de311ffe3961
child 2503 6ffeffb6d635
equal deleted inserted replaced
1980:28a369bb2676 1981:d0718654d9b0
    32  **/
    32  **/
    33 extern unsigned long greatest_tick_count__;
    33 extern unsigned long greatest_tick_count__;
    34 
    34 
    35 /* Help to quit cleanly when init fail at a certain level */
    35 /* Help to quit cleanly when init fail at a certain level */
    36 static int init_level = 0;
    36 static int init_level = 0;
       
    37 
       
    38 /* Prototype for Logging to help spotting errors at init */
       
    39 int LogMessage(uint8_t level, char* buf, uint32_t size);
    37 
    40 
    38 /*
    41 /*
    39  * Prototypes of functions exported by plugins
    42  * Prototypes of functions exported by plugins
    40  **/
    43  **/
    41 %(calls_prototypes)s
    44 %(calls_prototypes)s