Library to easily communicate with XBee modules.
Fork of XBeeLib by
Diff: IO/IOSample802.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
diff -r 8662ebe83570 -r 629712865107 IO/IOSample802.h --- a/IO/IOSample802.h Mon May 18 13:16:55 2015 +0200 +++ b/IO/IOSample802.h Mon Jun 01 18:59:43 2015 +0200 @@ -54,7 +54,7 @@ */ inline bool is_valid() { - return _channel_mask == 0; + return _channel_mask != 0; } protected: