Add reboot command and late terminal activation

This commit is contained in:
2026-08-23 16:14:19 +02:00
parent f9d3e9ece5
commit 0dcc0d20d4
8 changed files with 86 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
extern "C" {
#endif
/* Install project-specific nested command completion for the console. */
/* Install late-terminal upgrade handling and project-specific completion. */
void console_completion_install(void);
#ifdef __cplusplus