1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fixed typo

This commit is contained in:
Martin Budden 2016-12-29 13:16:43 +00:00 committed by borisbstyle
parent 974037c150
commit 029015afd8

View file

@ -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__ \