#include #include void main() { uart_init(); int shell_cont = 1; while (shell_cont) { shell_cont = shell(); } }