Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of XBeeLib by
Diff: XBeeLib.h
- Revision:
- 8:b5f4a0e92249
- Parent:
- 7:3ac2a461ce76
- Child:
- 9:780db84ce891
diff -r 3ac2a461ce76 -r b5f4a0e92249 XBeeLib.h --- a/XBeeLib.h Thu Jul 28 15:36:36 2016 +0200 +++ b/XBeeLib.h Fri Jul 29 12:10:38 2016 +0200 @@ -16,7 +16,7 @@ #ifndef __XBEE_H_ #define __XBEE_H_ -#define XB_LIBRARY_VERSION 0x01010000U +#define XB_LIBRARY_VERSION 0x01010100U #define XB_MAJOR_VERSION ((XB_LIBRARY_VERSION >> 24) & 0xFFU) #define XB_MINOR_VERSION ((XB_LIBRARY_VERSION >> 16) & 0xFFU) #define XB_PATCH_LEVEL ((XB_LIBRARY_VERSION >> 8) & 0xFFU)
