diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:09:58 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:09:58 +0000 |
| commit | a7362dc14bca1233eb34b41aefebe9cfb22684ac (patch) | |
| tree | f727c87f92aeb503038deeecc24d3e074dc0197c /firmware/s1224/include/banner.h | |
Initial pushmain
Diffstat (limited to 'firmware/s1224/include/banner.h')
| -rw-r--r-- | firmware/s1224/include/banner.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/s1224/include/banner.h b/firmware/s1224/include/banner.h new file mode 100644 index 0000000..d9bc1a2 --- /dev/null +++ b/firmware/s1224/include/banner.h @@ -0,0 +1,12 @@ +/** + * Fixed CDC boot banner — source text only (not INI / CDC keys). + * Always printed once after USB ready; quiet does not suppress it. + * SPDX-License-Identifier: GPL-3.0-or-later + */ +#ifndef S1224_BANNER_H +#define S1224_BANNER_H + +/** Print fixed boot banner (call once after CDC ready). */ +void banner_print(void); + +#endif /* S1224_BANNER_H */ |
