did nothing
This commit is contained in:
@ -203,8 +203,7 @@ void ProcessTempCmd(void) {
|
||||
EA = 1;
|
||||
tc = MCU_CMD_TEMP << 12;
|
||||
td = (u16) temp & 0xFFF;
|
||||
//t_send = td + tc;
|
||||
t_send = temp;
|
||||
t_send = td + tc;
|
||||
Uart1Send(t_send);
|
||||
TempProc(temp);
|
||||
}
|
||||
@ -230,6 +229,7 @@ void main(void) {
|
||||
#ifdef CLASS_4
|
||||
ProcessTempCmd();
|
||||
LcdDisplay();
|
||||
// Uart1Send(0x1234);
|
||||
#endif
|
||||
|
||||
if (tim0flag) {
|
||||
|
Reference in New Issue
Block a user