[utest] format code and remove duplicate header file
This commit is contained in:
parent
a406c8fce8
commit
09f47c55a9
|
@ -33,7 +33,7 @@
|
||||||
#ifdef UTEST_THR_STACK_SIZE
|
#ifdef UTEST_THR_STACK_SIZE
|
||||||
#define UTEST_THREAD_STACK_SIZE UTEST_THR_STACK_SIZE
|
#define UTEST_THREAD_STACK_SIZE UTEST_THR_STACK_SIZE
|
||||||
#else
|
#else
|
||||||
#define UTEST_THREAD_STACK_SIZE (4096)
|
#define UTEST_THREAD_STACK_SIZE 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UTEST_THR_PRIORITY
|
#ifdef UTEST_THR_PRIORITY
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
#define __UTEST_H__
|
#define __UTEST_H__
|
||||||
|
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include <stdint.h>
|
|
||||||
#include "utest_log.h"
|
#include "utest_log.h"
|
||||||
#include "utest_assert.h"
|
#include "utest_assert.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue