--- trunk/Embedded/main.c 2007/12/09 20:50:42 204 +++ trunk/Embedded/main.c 2007/12/09 21:01:04 205 @@ -45,7 +45,7 @@ void serial_recieved(void); void serial_send(void); void update_lcd(void); -void convertTemp(void); +void convert_temp(void); void timer1_interrupt(void); void on_recieve(void); void on_initial_recieve(void); @@ -347,7 +347,7 @@ } } -void convert_temp() +void convert_temp(void) { short adVal; adVal = (global_Pot_Hi << 8) | global_Pot_Lo;