使用stlink调试,但是不能捕获断点

This commit is contained in:
2025-06-29 16:00:18 +08:00
parent 98f591b498
commit 8753a4d3e2
8 changed files with 80 additions and 13 deletions

View File

@@ -426,7 +426,7 @@ static u32 WIN_DrawWordAtNormal (char *c,int x,int y)
//获取字模
if (g_font==0) g_font=WIN_CreatFontBuff(FONT_NUM);
buff=WIN_GetFontData(g_font,(c[0]<<8)|c[1],&all_byte);
buff=WIN_GetFontData(g_font,(c[0]<<16)|(c[1]<<8)|c[2],&all_byte);