Commit a3847cc3 authored by chen's avatar chen

fix:改回部分代码

parent 41d6c9cd
......@@ -336,7 +336,7 @@ r_dma_TransEndStatType_t R_G3DMA_TransEndStat(uint32_t Unit, uint32_t ChId)
{
uint32_t base_addr;
uint32_t reg_dcst;
r_dma_TransEndStatType_t val = 0;
r_dma_TransEndStatType_t val;
if ( Unit < R_G3DMA_MACRO_NUM )
{
......
......@@ -47,8 +47,6 @@ BFC_BIN_RESULT Gui_GetFontInfo(uint16_t unicodeID)
uint16_t TotalFontCount = 0;
uint16_t mdatasize = 0;
uint16_t i = 0;
m_Format.DataSize = 0;
m_Format.OffData = 0;
for (i = 0; i < g_BFC_BIN_FONT.NumOfCharRanges; i++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment