Mercurial > templog
comparison main.c @ 5:011160e5b1ce
Fix build
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 11 May 2012 22:12:11 +0800 |
parents | 54d369e3d689 |
children | 9d538f674ff0 |
comparison
equal
deleted
inserted
replaced
4:54d369e3d689 | 5:011160e5b1ce |
---|---|
41 static uint8_t comms_done; | 41 static uint8_t comms_done; |
42 | 42 |
43 static uint8_t readpos; | 43 static uint8_t readpos; |
44 static char readbuf[30]; | 44 static char readbuf[30]; |
45 | 45 |
46 static uint8_t sec_count; | 46 static uint8_t measure_count; |
47 static uint16_t bt_count; | 47 static uint16_t comms_count; |
48 | 48 |
49 static void deep_sleep(); | 49 static void deep_sleep(); |
50 | 50 |
51 static void | 51 static void |
52 uart_init(unsigned int ubrr) | 52 uart_init(unsigned int ubrr) |