mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
20
android/extern/wolfssl/mqx/wolfcrypt_benchmark/Sources/main.h
vendored
Normal file
20
android/extern/wolfssl/mqx/wolfcrypt_benchmark/Sources/main.h
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/* main.h */
|
||||
|
||||
#ifndef __main_h_
|
||||
#define __main_h_
|
||||
|
||||
#include <mqx.h>
|
||||
#include <bsp.h>
|
||||
#include <fio.h>
|
||||
#include <mfs.h>
|
||||
#include <sdcard.h>
|
||||
#include <spi.h>
|
||||
#include <part_mgr.h>
|
||||
|
||||
#define MAIN_TASK 1
|
||||
|
||||
extern void Main_task (uint32_t);
|
||||
int benchmark_test(void* args);
|
||||
|
||||
#endif /* __main_h_ */
|
||||
|
||||
Reference in New Issue
Block a user