Fix unaligned access with LTO (#7801)
authorGeorge Harris <ashandore@gmail.com>
Sat, 25 Jan 2020 21:35:39 +0000 (22:35 +0100)
committerDrashna Jaelre <drashna@live.com>
Sat, 25 Jan 2020 21:35:39 +0000 (13:35 -0800)
commite9ffc5347690ad2212d7217e406fb6018ed17079
treef7c34e84d0dc3c641332ded9e9a748f13fd55390
parent480a391929de9e66d36c84df900c49297c7dfec0
Fix unaligned access with LTO (#7801)

Forces 4 byte alignment for USB input & output buffers to prevent unaligned accesses by chibios with LTO enabled
tmk_core/protocol/chibios/usb_main.c