targets/plc_main_head.c
changeset 2521 48ebcbe7f19b
parent 2503 6ffeffb6d635
equal deleted inserted replaced
2493:0ad5e616d37f 2521:48ebcbe7f19b
    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);
       
    40 
    37 
    41 /*
    38 /*
    42  * Prototypes of functions exported by plugins
    39  * Prototypes of functions exported by plugins
    43  **/
    40  **/
    44 %(calls_prototypes)s
    41 %(calls_prototypes)s