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.
Diff: board/board.h
- Revision:
- 3:9c6f7f082151
- Parent:
- 1:352f608c3337
- Child:
- 9:ee9dcbb9708d
diff -r 01e3c65c7c3a -r 9c6f7f082151 board/board.h --- a/board/board.h Thu Nov 26 17:22:53 2015 +0000 +++ b/board/board.h Thu Jan 07 15:14:22 2016 +0000 @@ -21,7 +21,7 @@ #include "system/utilities.h" #include "sx1276-hal.h" -#define USE_BAND_915_HYBRID +#define USE_BAND_868 extern SX1276MB1xAS Radio; @@ -37,5 +37,4 @@ */ uint8_t BoardGetBatteryLevel( void ); - #endif // __BOARD_H__