Subversion Repositories idreammicro-avr

Compare Revisions

Ignore whitespace Rev 24 → Rev 23

/trunk/projects/clock/clock.c
36,7 → 36,6
#include <util/delay.h>
 
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
 
/******************************************************************************
85,7 → 84,7
// Set date.
//ds1307__set_date(&date);
 
for (;;)
while (1)
{
// Get RTC time.
ds1307__get_time(&time, &hour_mode);