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/baud_config.h | |
Initial pushmain
Diffstat (limited to 'firmware/s1224/include/baud_config.h')
| -rw-r--r-- | firmware/s1224/include/baud_config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/s1224/include/baud_config.h b/firmware/s1224/include/baud_config.h new file mode 100644 index 0000000..28e07ee --- /dev/null +++ b/firmware/s1224/include/baud_config.h @@ -0,0 +1,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 |
