diff options
author | Keith Packard <keithp@keithp.com> | 2009-03-25 01:03:08 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-03-25 01:03:08 -0700 |
commit | 31d59b88baa2cd96dc6263d1c5877283f2cd8c36 (patch) | |
tree | 8ab32613f5239f6029281b79d21d9a68c75b51ed | |
parent | 9ce713fdd19bf1a51370dacba3670504356c5c11 (diff) |
Make radio test compile again
-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) |