Browse Source

[utest] format code and remove duplicate header file

Meco Man 7 months ago
parent
commit
09f47c55a9
2 changed files with 1 additions and 2 deletions
  1. 1 1
      components/utilities/utest/utest.c
  2. 0 1
      components/utilities/utest/utest.h

+ 1 - 1
components/utilities/utest/utest.c

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

+ 0 - 1
components/utilities/utest/utest.h

@@ -12,7 +12,6 @@
 #define __UTEST_H__
 
 #include <rtthread.h>
-#include <stdint.h>
 #include "utest_log.h"
 #include "utest_assert.h"