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.
Dependencies: cc3000_hostdriver_mbedsocket mbed
Fork of cc3000_hello_world_demo by
Revision 5:042a68764bce, committed 2013-11-06
- Comitter:
- Kojto
- Date:
- Wed Nov 06 17:07:19 2013 +0000
- Parent:
- 4:2304a105c87f
- Child:
- 6:9f2ba6521ecc
- Commit message:
- correction in main.h (defines)
Changed in this revision
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.h Wed Nov 06 17:03:29 2013 +0000 +++ b/main.h Wed Nov 06 17:07:19 2013 +0000 @@ -16,9 +16,10 @@ #ifndef MAIN_H #define MAIN_H -#define WIGO 1 -#define WIFI_DIPCORTEX 2 -#define UNDEFINED 3 +#define WIGO 1 +#define WIFI_DIPCORTEX 2 +#define MBED_BOARD_EXAMPLE 3 +#define UNDEFINED 4 #define MY_BOARD WIGO
