mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
[utest] format code and remove duplicate header file
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#ifdef UTEST_THR_STACK_SIZE
|
||||
#define UTEST_THREAD_STACK_SIZE UTEST_THR_STACK_SIZE
|
||||
#else
|
||||
#define UTEST_THREAD_STACK_SIZE (4096)
|
||||
#define UTEST_THREAD_STACK_SIZE 4096
|
||||
#endif
|
||||
|
||||
#ifdef UTEST_THR_PRIORITY
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#define __UTEST_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <stdint.h>
|
||||
#include "utest_log.h"
|
||||
#include "utest_assert.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user