I'm sorry if I'm at the wrong thread section, please MOD transfer to the right section
anyway, I'm a newbie to programming
I have a problem with this error
countdown_timer.c(119): error C100: unprintable character 0x97 skipped
countdown_timer.c(174): error C100: unprintable character 0x97 skipped
countdown_timer.c(188): error C100: unprintable character 0x97 skipped
countdown_timer.c(280): error C100: unprintable character 0x96 skipped
countdown_timer.c(280): error C100: unprintable character 0x96 skipped
countdown_timer.c(294): error C100: unprintable character 0x96 skipped
countdown_timer.c(294): error C100: unprintable character 0x96 skipped
Code C - [expand] |
1
2
3
4
5
6
7
8
9
10
11
| 118 case 3:
119 SetSec—;
120 if(SetSec>9999)
173 {
174 KeyCount—;
175 if(KeyCount<1)KeyCount=1;
187 {
188 dly—;
189 for(z=0;z<8000;z++); |
This program was posted on PDF Industrial Timer, and I compile it with Keil with the error above.