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: main.cpp
- Revision:
- 2:d9745be6c253
- Parent:
- 1:40e5ac1119a6
--- a/main.cpp Tue Jul 12 13:02:25 2022 -0400 +++ b/main.cpp Thu Aug 04 15:14:29 2022 -0400 @@ -1,11 +1,1 @@ -#define ACTUAL 1 -#define TEST_CAPSENSE 0 -#define TEST_MOTOR 0 - -#if ACTUAL -#include "actual_main.cpp" -#elif TEST_CAPSENSE -#include "test_capsense_main.cpp" -#elif TEST_MOTOR -#include "test_motor_main.cpp" -#endif +#include "actual_main.h"