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