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 2015robot_main by
Diff: main_ps3.cpp
- Revision:
- 45:e11ec4f6d37e
- Parent:
- 43:f9a75ecbe44e
- Child:
- 47:46db7f076cea
diff -r 315d5960f18c -r e11ec4f6d37e main_ps3.cpp --- a/main_ps3.cpp Thu Sep 24 07:02:06 2015 +0000 +++ b/main_ps3.cpp Thu Sep 24 07:10:28 2015 +0000 @@ -7,6 +7,10 @@ //#define BLUE #define RED +#if defined(BLUE) && defined(RED) +#error Caution, You should define either BLUE or RED +#endif + #include "machine_ps3.h" Serial pc(USBTX, USBRX);