summaryrefslogtreecommitdiff
path: root/firmware/s1224/include/baud_config.h
blob: 28e07ee8ff28e30e8b5ed444869e741cf2f34ace (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef S1224_BAUD_CONFIG_H
#define S1224_BAUD_CONFIG_H

typedef struct {
    const char *label;
} baud_profile_config_t;

const baud_profile_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