File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
lorawan/tests/TESTS/lorawan/loraradio
nfc/tests/TESTS/nfc/eeprom Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- #include " utest.h"
19
- #include " unity.h"
20
- #include " greentea-client/test_env.h"
21
-
22
- #include " Semaphore.h"
23
-
24
- #include " mbed_trace.h"
25
- #define TRACE_GROUP " RTST"
26
-
27
- #include " LoRaRadio.h"
28
-
29
18
#if COMPONENT_SX1272
30
19
#include " SX1272_LoRaRadio.h"
31
20
#elif COMPONENT_SX1276
38
27
#error [NOT_SUPPORTED] Lora radio is not configured
39
28
#endif
40
29
30
+ #include " utest.h"
31
+ #include " unity.h"
32
+ #include " greentea-client/test_env.h"
33
+
34
+ #include " Semaphore.h"
35
+
36
+ #include " mbed_trace.h"
37
+ #define TRACE_GROUP " RTST"
38
+
39
+ #include " LoRaRadio.h"
40
+
41
41
using namespace utest ::v1;
42
42
using namespace mbed ;
43
43
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #if !MBED_CONF_NFCEEPROM
19
+ #error [NOT_SUPPORTED] NFC EEPROM not supported for this target
20
+ #else
21
+
18
22
#include " mbed.h"
19
23
#include " greentea-client/test_env.h"
20
24
#include " unity.h"
23
27
#include < events/mbed_events.h>
24
28
#include " NFCEEPROMDriver.h"
25
29
26
- #if !MBED_CONF_NFCEEPROM
27
- #error [NOT_SUPPORTED] NFC EEPROM not supported for this target
28
- #else
29
-
30
30
using namespace utest ::v1;
31
31
using namespace mbed ::nfc;
32
32
You can’t perform that action at this time.
0 commit comments