targets/plc_common_main.c
changeset 446 1edde533db19
parent 423 4d7ac355701d
child 518 8e61b0066859
equal deleted inserted replaced
441:379c66468cf6 446:1edde533db19
    21 /*
    21 /*
    22  *  Variables used by generated C softPLC and plugins
    22  *  Variables used by generated C softPLC and plugins
    23  **/
    23  **/
    24 IEC_TIME __CURRENT_TIME;
    24 IEC_TIME __CURRENT_TIME;
    25 IEC_BOOL __DEBUG = 0;
    25 IEC_BOOL __DEBUG = 0;
    26 unsigned long __tick = -1;
    26 unsigned long __tick = 0;
    27 
    27 
    28 /*
    28 /*
    29  *  Variable generated by C softPLC and plugins
    29  *  Variable generated by C softPLC and plugins
    30  **/
    30  **/
    31 extern unsigned long greatest_tick_count__;
    31 extern unsigned long greatest_tick_count__;