Make radio test compile again
[fw/altos] / target / radio / radio.c
index d6c49effc8dd4b69f3ce740eb0068fb57a6ea816..3ca7a010fc9410ed7a4c647d85dc95ada27f2350 100644 (file)
@@ -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)