]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix macro redefinition for GNUC compilers > 6
authorpatrickmt <40182064+patrickmt@users.noreply.github.com>
Fri, 14 Dec 2018 18:37:37 +0000 (13:37 -0500)
committerDrashna Jaelre <drashna@live.com>
Fri, 14 Dec 2018 20:47:17 +0000 (12:47 -0800)
commit118d5cc03f587dcf97740606f8b4552749f849bc
tree610d7024676d316fc0d6b756d6e85037550faeb5
parent8f02375cc6ddfbbc6be384a9d5b1a9c91517099e
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.
tmk_core/protocol/arm_atsam/usb/compiler.h