mirror of https://github.com/ARMmbed/mbed-os.git
tests-mbed_hal_fpga_ci_test_shield-uart: fix include order
parent
6cd012d215
commit
2a9e32e4cb
|
@ -28,14 +28,15 @@
|
|||
#include "greentea-client/test_env.h"
|
||||
#include "platform/mbed_critical.h"
|
||||
#include <stdlib.h>
|
||||
#include "hal/serial_api.h"
|
||||
#include "UARTTester.h"
|
||||
#include "pinmap.h"
|
||||
#include "test_utils.h"
|
||||
#include "serial_api.h"
|
||||
#include "us_ticker_api.h"
|
||||
#include "uart_fpga_test.h"
|
||||
#include "hal/static_pinmap.h"
|
||||
|
||||
|
||||
using namespace utest::v1;
|
||||
|
||||
#define PUTC_REPS 16
|
||||
|
|
Loading…
Reference in New Issue