🆕 具有中断管理功能的自旋锁

This commit is contained in:
fslongjin
2022-05-11 20:41:47 +08:00
parent c120a0e992
commit 77d4854db7
3 changed files with 70 additions and 21 deletions

View File

@ -52,7 +52,7 @@ struct screen_info
extern unsigned char font_ascii[256][16]; //导出ascii字体的bitmap8*16大小 ps:位于font.h中
char buf[4096]; // vsprintf()的缓冲区
/**
* @brief 初始化printk的屏幕信息