uart dialog
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define MIN_X_TERMINAL_SIZE 80
|
||||
#define MIN_Y_TERMINAL_SIZE 30
|
||||
|
||||
void uartDialog(int terminal_x, int terminal_y);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user