时间终于同步,存储成功
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "test_config.h"
|
||||
#include "storage_test.h"
|
||||
#include "gd5f_test.h"
|
||||
#include "sd2506_test.h"
|
||||
|
||||
#define DBG_TAG "[TEST_TASK]"
|
||||
#include "dbg_log.h"
|
||||
@@ -1395,6 +1396,8 @@ void StartCh395fTestTask(void *argument)
|
||||
storage_test_run();
|
||||
#elif defined(TEST_SUITE_GD5F)
|
||||
gd5f_test_run();
|
||||
#elif defined(TEST_SUITE_RTC)
|
||||
sd2506_test_run();
|
||||
#endif
|
||||
|
||||
for (;;) {
|
||||
|
||||
Reference in New Issue
Block a user