Skip to content

Commit f087fe9

Browse files
committed
Remove MBED_TEST flags
1 parent 70dcd8b commit f087fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.cpp

Lines changed: 1 addition & 2 deletions
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-
#ifndef MBED_TEST_MODE
18+
1919
#include "mbed.h"
2020
#include "kv_config.h"
2121
#include "mbed-cloud-client/MbedCloudClient.h" // Required for new MbedCloudClient()
@@ -194,4 +194,3 @@ int main(void)
194194
return 0;
195195
}
196196

197-
#endif /* MBED_TEST_MODE */

0 commit comments

Comments
 (0)