mirror of https://github.com/ARMmbed/mbed-os.git
TESTS: remove include missing header
parent
f2d211b7c2
commit
0971254ced
|
|
@ -27,7 +27,7 @@
|
||||||
#include "unity/unity.h"
|
#include "unity/unity.h"
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "common_defines_test.h"
|
#include "download_test.h"
|
||||||
|
|
||||||
#define MAX_THREADS 5
|
#define MAX_THREADS 5
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
#include "unity/unity.h"
|
#include "unity/unity.h"
|
||||||
#include "common_defines_test.h"
|
#include "file_test.h"
|
||||||
|
|
||||||
void file_test_write(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size)
|
void file_test_write(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue