mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fixed typo
This commit is contained in:
parent
974037c150
commit
029015afd8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
memcpy((_name), &__UNIQL(_reset_template_), sizeof(*(_name))); \
|
memcpy((_name), &__UNIQL(_reset_template_), sizeof(*(_name))); \
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
// overwrite _name with data passed as arguments. GCC is alloved to set structure field-by-field
|
// overwrite _name with data passed as arguments. GCC is allowed to set structure field-by-field
|
||||||
#define RESET_CONFIG_2(_type, _name, ...) \
|
#define RESET_CONFIG_2(_type, _name, ...) \
|
||||||
*(_name) = (_type) { \
|
*(_name) = (_type) { \
|
||||||
__VA_ARGS__ \
|
__VA_ARGS__ \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue