
/* 
 * Modulename:  clock.h
 *
 * Description: Constant definitions for clock.c
 */
#define TIME_FACTOR     -9216
#define HUN             3
#define SEC             2
#define MIN             1
#define HRS             0
