summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/baud_config.h
blob: 268ca1530f74e0b32d84ba8dd44c997630a08ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef C1224_BAUD_CONFIG_H
#define C1224_BAUD_CONFIG_H

/**
 * Informational only — physical rate = stuffed crystal (Y1/Y2).
 * One FW image; no baud switch; no dual UF2.
 */
typedef struct {
    const char *label; /* "crystal" — rate is board stuffing */
} baud_crystal_config_t;

const baud_crystal_config_t *baud_config_get(void);

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

info@mode42.com