Fix macro redefinition for GNUC compilers > 6 GNUC compilers greater than version 6 already have the macro __always_inline defined. This fix checks GNUC version before defining the macro itself.
1 files changed, 1 insertions(+), 1 deletions(-) M tmk_core/protocol/arm_atsam/usb/compiler.h
M tmk_core/protocol/arm_atsam/usb/compiler.h => tmk_core/protocol/arm_atsam/usb/compiler.h +1 -1