This commit is contained in:
2025-04-03 07:41:30 +02:00
parent cca97e4a0c
commit 248af2bc4d
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
#define MIN_X_TERMINAL_SIZE 80
#define MIN_Y_TERMINAL_SIZE 30
char * uartDialog(int terminal_x, int terminal_y);
void uartDialog(char *uart_adress, int terminal_x, int terminal_y);
#endif