Skip to content

Commit 91f26a0

Browse files
author
Yogesh Pande
authored
Merge pull request #139 from moshe-shahar/fix-psoc-build
Fix compilation error - psoc PinNames.h collide with functionpointer.h
2 parents b93af7b + 1b8206c commit 91f26a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
// limitations under the License.
1717
// ----------------------------------------------------------------------------
1818
#ifndef MBED_TEST_MODE
19-
#include "mbed.h"
20-
#include "DeviceKey.h"
21-
#include "kv_config.h"
2219
#include "mbed-cloud-client/MbedCloudClient.h" // Required for new MbedCloudClient()
2320
#include "factory_configurator_client.h" // Required for fcc_* functions and FCC_* defines
2421
#include "m2mresource.h" // Required for M2MResource
2522
#include "key_config_manager.h" // Required for kcm_factory_reset
2623

24+
#include "mbed.h"
25+
#include "DeviceKey.h"
26+
#include "kv_config.h"
2727
#include "mbed-trace/mbed_trace.h" // Required for mbed_trace_*
2828

2929
// Pointers to the resources that will be created in main_application().

0 commit comments

Comments
 (0)