新增静态库及配置
This commit is contained in:
14
components/lib/lib_shell.h
Normal file
14
components/lib/lib_shell.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file lib_shell.h
|
||||
* @author your name (you@domain.com)
|
||||
* @brief 通过 shell 演示和操作 spbelib.a 的功能
|
||||
* @version 0.1
|
||||
* @date 2025-04-07
|
||||
*
|
||||
* @copyright Copyright (c) 2025
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
void lib_shell_register(void);
|
||||
Reference in New Issue
Block a user