Mercurial > ~darius > hgwebdir.cgi > tempctrl
changeset 52:3217e93b28a3
Missed variable declaration changes from previous commit.
author | darius@Inchoate |
---|---|
date | Wed, 29 Oct 2008 16:10:20 +1030 |
parents | cb184206344d |
children | 98b5a43fc748 |
files | testavr.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/testavr.c Wed Oct 29 16:09:55 2008 +1030 +++ b/testavr.c Wed Oct 29 16:10:20 2008 +1030 @@ -160,11 +160,9 @@ void process_cmd(void) { - uint8_t ROM[8]; + uint8_t ROM[8], crc, buf[9], temp; int8_t i, arg; - uint8_t crc, buf[9]; - int8_t temp; - uint16_t tfrac; + int16_t t; /* User just pressed enter */ if (cmd.len == 0)