mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 00:06:32 +00:00
🔧 修改一些编译相关的宏
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
|
||||
#ifndef __FONT_H__
|
||||
#define __FONT_H__
|
||||
#pragma once
|
||||
|
||||
unsigned char font_ascii[256][16]=
|
||||
{
|
||||
@ -316,5 +315,4 @@ unsigned char font_ascii[256][16]=
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user