tests-mbed_hal_fpga_ci_test_shield-uart: fix include order

pull/12436/head
Przemyslaw Stekiel 2020-02-11 13:30:03 +01:00
parent 6cd012d215
commit 2a9e32e4cb
1 changed files with 2 additions and 1 deletions

View File

@ -28,14 +28,15 @@
#include "greentea-client/test_env.h" #include "greentea-client/test_env.h"
#include "platform/mbed_critical.h" #include "platform/mbed_critical.h"
#include <stdlib.h> #include <stdlib.h>
#include "hal/serial_api.h"
#include "UARTTester.h" #include "UARTTester.h"
#include "pinmap.h" #include "pinmap.h"
#include "test_utils.h" #include "test_utils.h"
#include "serial_api.h"
#include "us_ticker_api.h" #include "us_ticker_api.h"
#include "uart_fpga_test.h" #include "uart_fpga_test.h"
#include "hal/static_pinmap.h" #include "hal/static_pinmap.h"
using namespace utest::v1; using namespace utest::v1;
#define PUTC_REPS 16 #define PUTC_REPS 16