Merge pull request #8 from qiwenmin/master

Fixed most compilation warnings and a delay issue
This commit is contained in:
phdlee
2018-01-20 21:24:15 +09:00
committed by GitHub
6 changed files with 27 additions and 34 deletions

View File

@@ -398,7 +398,7 @@ void ReadEEPRom_FT817(byte fromType)
void WriteEEPRom_FT817(byte fromType)
{
byte temp0 = CAT_BUFF[0];
//byte temp0 = CAT_BUFF[0];
byte temp1 = CAT_BUFF[1];
CAT_BUFF[0] = 0;