diff options
| -rw-r--r-- | target/radio/radio.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/target/radio/radio.c b/target/radio/radio.c index d6c49eff..3ca7a010 100644 --- a/target/radio/radio.c +++ b/target/radio/radio.c @@ -46,6 +46,11 @@ sfr at 0xE1 RFST;  sfr at 0x88 TCON; +sfr at 0xbe SLEEP; + +# define SLEEP_USB_EN		(1 << 7) +# define SLEEP_XOSC_STB		(1 << 6) +  sbit at 0x89 RFTXRXIF;  #define TCON_RFTXRXIF	(1 << 1) | 
