Merge pull request #3861 from Michael0066/master

utest:fixed compile err
This commit is contained in:
Bernard Xiong 2020-08-31 08:52:59 +08:00 committed by GitHub
commit eeb3bf74c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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