mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
Working (but still dev-mode; need some more different configurators)
This commit is contained in:
@@ -18,4 +18,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct{
|
||||
uint8_t testx : 1;
|
||||
uint8_t testy : 1;
|
||||
} parameters_t;
|
||||
|
||||
extern parameters_t user_pars;
|
||||
|
||||
void parse_cmd(char *cmd);
|
||||
|
||||
Reference in New Issue
Block a user