]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
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)
GNUC compilers greater than version 6 already have the macro __always_inline defined. This fix checks GNUC version before defining the macro itself.


No differences found