1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
betaflight/lib/main/STM32_USB-FS-Device_Driver
Michael Hope ebc0f53b59 usb: mark register accesses as volatile.
Fixes the LTO build with GCC 4.9.  Tested on the STM32F3DISCOVERY.  I
assume the compiler was doing cross function optimisation, saw that
the same non-volatile address was read twice, and dropped the second
read.

Fixes #763.

Signed-off-by: Michael Hope <mlhx@google.com>
2015-06-30 08:12:24 +02:00
..
inc usb: mark register accesses as volatile. 2015-06-30 08:12:24 +02:00
src Normalize all the line endings 2014-09-15 23:40:17 +01:00
Release_Notes.html Merge branch 'AlienWii32_defaults' of 2014-12-26 18:40:01 +00:00