]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix a typo of an (unused) constant
authormmaroti <mmaroti>
Wed, 25 Nov 2009 02:44:17 +0000 (02:44 +0000)
committermmaroti <mmaroti>
Wed, 25 Nov 2009 02:44:17 +0000 (02:44 +0000)
tos/chips/rf2xx/rf212/RF212DriverLayer.h
tos/chips/rf2xx/rf230/RF230DriverLayer.h

index 19f31515005999fcc37ef0b5ca1bae560e8be312..27ee20758c28efacca362c90b3df5a8d27a74e1d 100644 (file)
@@ -90,8 +90,8 @@ enum rf212_trx_status_enums
        RF212_TRX_OFF = 8,
        RF212_PLL_ON = 9,
        RF212_SLEEP = 15,
-       RF212_BUSY_RX_AACK = 16,
-       RF212_BUSR_TX_ARET = 17,
+       RF212_BUSY_RX_AACK = 17,
+       RF212_BUSR_TX_ARET = 18,
        RF212_RX_AACK_ON = 22,
        RF212_TX_ARET_ON = 25,
        RF212_RX_ON_NOCLK = 28,
index 1884d1166518b5dd3d22bc3ba85bb3e9ee12b8e4..d73402e4b829d23dfff58c9c808b1b37eddb4646 100644 (file)
@@ -89,8 +89,8 @@ enum rf230_trx_register_enums
        RF230_TRX_OFF = 8,
        RF230_PLL_ON = 9,
        RF230_SLEEP = 15,
-       RF230_BUSY_RX_AACK = 16,
-       RF230_BUSR_TX_ARET = 17,
+       RF230_BUSY_RX_AACK = 17,
+       RF230_BUSR_TX_ARET = 18,
        RF230_RX_AACK_ON = 22,
        RF230_TX_ARET_ON = 25,
        RF230_RX_ON_NOCLK = 28,