feature: shell kb input is now working with interrupts (not clean tho, might need to change it)

This commit is contained in:
2024-10-09 20:26:44 +02:00
parent e5d7b80ed5
commit 50b1487708
7 changed files with 57 additions and 44 deletions

View File

@ -2,4 +2,5 @@
#define PROMPT "> "
void shell_init();
void shell_init(void);
void auto_complete(void);