From: Keith Packard Date: Wed, 25 Mar 2009 08:03:08 +0000 (-0700) Subject: Make radio test compile again X-Git-Tag: 0.5~58^2~27 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=31d59b88baa2cd96dc6263d1c5877283f2cd8c36 Make radio test compile again --- 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)