This commit is contained in:
2025-12-23 11:02:31 +01:00
parent 003baf1637
commit 5e7e1e1539
5 changed files with 122 additions and 64 deletions
+1
View File
@@ -6,6 +6,7 @@
void msleep(unsigned long ms);
int _strnlen(const char *s, int maxlen);
char _strncpy(char *dest, const char *src, int n);
uint16_t crc16_ccitt(char *data, uint16_t len);