formtapez / ZigUP

CC2530 based multi-purpose ZigBee Relais, Switch, Sensor and Router
314 stars 73 forks source link

int main( void) highlighted in green after compiling #14

Closed InvertedMinor closed 4 years ago

InvertedMinor commented 4 years ago

When I compile the latest .EWW projectfile, it does the job but in the ZMain.C file the int main( void) line is highlighted in green. In the Disassembly box under main the following line is highlighted green:

058841 74 EF MOV a,#0xEF

?????

formtapez commented 4 years ago

Maybe you started debugging instead of just "build".

InvertedMinor commented 4 years ago

tried it, did not help mov

formtapez commented 4 years ago

Select "Rebuild all" from the "Projects" menu, instead of whatever you are pressing.