]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix typo (thanks Brano)
authormmaroti <mmaroti>
Sun, 21 Mar 2010 23:57:37 +0000 (23:57 +0000)
committermmaroti <mmaroti>
Sun, 21 Mar 2010 23:57:37 +0000 (23:57 +0000)
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

tos/chips/rf2xx/rf230/RF230DriverLayer.h

index 342748f63158584a2f333354697a05650fb52555..b506cd191e93c0a6ee31bbb8ac33c2935bb04ada 100644 (file)
@@ -102,7 +102,7 @@ enum rf230_trx_register_enums
        RF230_TRAC_SUCCESS_DATA_PENDING = 1 << 5,
        RF230_TRAC_CHANNEL_ACCESS_FAILURE = 3 << 5,
        RF230_TRAC_NO_ACK = 5 << 5,
-       RF212_TRAC_INVALID = 7 << 5,
+       RF230_TRAC_INVALID = 7 << 5,
        RF230_TRX_CMD_MASK = 0x1F,
        RF230_NOP = 0,
        RF230_TX_START = 2,