targets/plc_common_main.c
changeset 289 d17bd2f00a87
parent 286 a2a8a52b0d4f
child 332 4f0e1d66bba5
equal deleted inserted replaced
288:7ee96191c476 289:d17bd2f00a87
    25 
    25 
    26 /*
    26 /*
    27  *  Variables used by generated C softPLC and plugins
    27  *  Variables used by generated C softPLC and plugins
    28  **/
    28  **/
    29 IEC_TIME __CURRENT_TIME;
    29 IEC_TIME __CURRENT_TIME;
       
    30 IEC_BOOL __DEBUG;
    30 int __tick = -1;
    31 int __tick = -1;
    31 
    32 
    32 /* Help to quit cleanly when init fail at a certain level */
    33 /* Help to quit cleanly when init fail at a certain level */
    33 static int init_level = 0;
    34 static int init_level = 0;
    34 
    35