powerpods/main/cmd/cmd_version.h
simon 16c521f71c 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>
2026-05-19 22:49:11 +02:00

7 lines
86 B
C

#ifndef CMD_VERSION_H
#define CMD_VERSION_H
void cmd_version_register(void);
#endif