Skip to content

Commit 2a9e32e

Browse files
committed
tests-mbed_hal_fpga_ci_test_shield-uart: fix include order
1 parent 6cd012d commit 2a9e32e

File tree

1 file changed

+2
-1
lines changed
  • TESTS/mbed_hal_fpga_ci_test_shield/uart

1 file changed

+2
-1
lines changed

TESTS/mbed_hal_fpga_ci_test_shield/uart/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
#include "greentea-client/test_env.h"
2929
#include "platform/mbed_critical.h"
3030
#include <stdlib.h>
31+
#include "hal/serial_api.h"
3132
#include "UARTTester.h"
3233
#include "pinmap.h"
3334
#include "test_utils.h"
34-
#include "serial_api.h"
3535
#include "us_ticker_api.h"
3636
#include "uart_fpga_test.h"
3737
#include "hal/static_pinmap.h"
3838

39+
3940
using namespace utest::v1;
4041

4142
#define PUTC_REPS 16

0 commit comments

Comments
 (0)