This commit is contained in:
2026-03-20 21:19:53 +08:00
parent 9d3b4b836f
commit 6a749331db
125 changed files with 29972 additions and 23051 deletions

View File

@@ -37,7 +37,7 @@ u8 CRC8(u8 *ucDptr, u8 ucLen)
// <20><><EFBFBD><EFBFBD>CRC8У<38><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
return (~ucCRC8);
}
}
/******************************************************************************/
@@ -58,7 +58,7 @@ u16 SlowCRC16(u16 sum, u32 codeAdr, u16 Len) //
// CByte <<= 1;
// }
//
// clear_WDT();
// Clear_WDT();
// }
// while(Len--)
@@ -76,7 +76,7 @@ u16 SlowCRC16(u16 sum, u32 codeAdr, u16 Len) //
// }
// }
//
// // clear_WDT();
// // Clear_WDT();
// }
return sum;