mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 23:22:43 +00:00
[utest] format code and remove duplicate header file
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user