使用stlink调试,但是不能捕获断点
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user