summaryrefslogtreecommitdiff
path: root/firmware/c1224/src/common/baud_config.c
blob: 7b7a37f349fe0a1db7abb29ee2e65ccbf6b108d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Informational label only — physical rate = stuffed crystal.
 * SPDX-License-Identifier: GPL-3.0-or-later
 */
#include "baud_config.h"

static const baud_crystal_config_t cfg = {
    .label = "c1224",
};

const baud_crystal_config_t *baud_config_get(void)
{
    return &cfg;
}
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com