Renamed a cc253x SFRX to stop namespace conflicts
The TR0 SFRX can not use the name TR0 because it conflicts with TCON.TR0 on the default 8051. See SDCC bug 3513300
This commit is contained in:
parent
4b73b48f60
commit
62fbd389d8
2 changed files with 6 additions and 2 deletions
|
@ -111,7 +111,7 @@ configure(int type, int value)
|
|||
#if TEMP_SENSOR_ON
|
||||
/* Connect temperature sensor to the SoC */
|
||||
ATEST = 1;
|
||||
TR0 = 1;
|
||||
TESTREG0 = 1;
|
||||
#endif
|
||||
APCFG = 0; /* Disables Input Channels */
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue