view 3rdparty/packages/cc/defs/time.h @ 2494:98e7cb7b3dda

Prevents RS-232 bit at $FF20 from being toggled. RG
author robertgault
date Sun, 04 Apr 2010 02:17:24 +0000
parents dbf5071ac6ef
children
line wrap: on
line source

/* structure for the 'setime()' and 'getime()' calls */

struct sgtbuf {
        char    t_year,
                t_month,
                t_day,
                t_hour,
                t_minute,
                t_second;
};

/* system dependent value */
#ifdef LEVEL2
#define tps     100     /* ticks per second */
#else
#define tps     10      /* ticks per second */
#endif