mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🎨 统一模块初始化函数名为<name>_init()
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
* @brief 初始化系统中断表
|
||||
*
|
||||
*/
|
||||
void init_sys_vector();
|
||||
void sys_vector_init();
|
||||
|
||||
//除法错误
|
||||
void divide_error();
|
||||
|
Reference in New Issue
Block a user