基于SOC开发流程的的通用SDK框架,目前服务器OTA这块还没搭建好,但不影响功能开发,OTA目前可以用蓝牙直连OTA的方式进行升级
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef _LITE_DEBUG_H_
|
||||
#define _LITE_DEBUG_H_
|
||||
|
||||
|
||||
extern void puts_lite(const char *out);
|
||||
extern void put_buf_lite(void *_buf, u32 len);
|
||||
extern int printf_lite(const char *format, ...);
|
||||
|
||||
#endif /* #ifdef _LITE_DEBUG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user