bl_mcu_sdk/examples/littlefs/kv_test/kv_test.h
jzlv 356f258e83 [sync] sync from internal repo
* use nuttx libc, disable system libc
* use tlsf as default
* update lhal flash driver
* add example readme
* add flash ini for new flash tool
* add fw header for new flash tool
2023-01-17 21:04:07 +08:00

7 lines
99 B
C

#ifndef _KV_TEST_H_
#define _KV_TEST_H_
int kv_test(void);
void kv_test5_proc(void *arg);
#endif