summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/banner.h
blob: 1592eb7fab9441d582a05531007774f37ef9e6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 C1224_BANNER_H
#define C1224_BANNER_H

/** Print fixed boot banner (call once after CDC ready). */
void banner_print(void);

#endif /* C1224_BANNER_H */
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com