[utest] format code and remove duplicate header file

This commit is contained in:
Meco Man 2024-11-17 13:14:35 -05:00 committed by Rbb666
parent a406c8fce8
commit 09f47c55a9
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"