Skip to content

Commit 252ba9c

Browse files
committed
Revert "Remove MBED_TEST flags"
This reverts commit f087fe9.
1 parent 9b8d600 commit 252ba9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// See the License for the specific language governing permissions and
1616
// limitations under the License.
1717
// ----------------------------------------------------------------------------
18-
18+
#ifndef MBED_TEST_MODE
1919
#include "mbed.h"
2020
#include "kv_config.h"
2121
#include "mbed-cloud-client/MbedCloudClient.h" // Required for new MbedCloudClient()
@@ -181,3 +181,4 @@ int main(void)
181181
return 0;
182182
}
183183

184+
#endif /* MBED_TEST_MODE */

0 commit comments

Comments
 (0)