targets/plc_main_head.c
changeset 2503 6ffeffb6d635
parent 1981 d0718654d9b0
equal deleted inserted replaced
2502:e582e8ddd0c8 2503:6ffeffb6d635
    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