Move UART command handlers into main/cmd/ for clearer layout.

Add cmd/ to CMake include paths and update documentation paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-19 22:49:11 +02:00
co-authored by Cursor
parent 95d5a9747a
commit 16c521f71c
24 changed files with 42 additions and 41 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef CMD_VERSION_H
#define CMD_VERSION_H
void cmd_version_register(void);
#endif