Убраны лишние неиспользованные методы

This commit is contained in:
Павел Вершинин 2023-06-05 12:22:17 +00:00
parent 1eb92e4ac2
commit 1cdfc0dd46

View File

@ -26,10 +26,6 @@ void DrawCircleCommand(char *symbols, int lenght);
void DrawRectangleCommand(char *symbols, int lenght);
void DrawCharCommand(char *symbols, int lenght);
char CRC8(char *data, int length);
char checkArray(char *arr, int size);
char crc8(char *data, int len);
#ifdef __cplusplus