some changes

This commit is contained in:
2025-04-02 21:45:33 +02:00
parent 334bda6a91
commit cca97e4a0c
5 changed files with 67 additions and 12 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
#define MIN_X_TERMINAL_SIZE 80
#define MIN_Y_TERMINAL_SIZE 30
void uartDialog(int terminal_x, int terminal_y);
char * uartDialog(int terminal_x, int terminal_y);
#endif