mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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))); \
|
||||
/**/
|
||||
|
||||
// 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, ...) \
|
||||
*(_name) = (_type) { \
|
||||
__VA_ARGS__ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue