1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Rebase of #1917: Update SDK to 6.2.1 2016q4 (thanks to @TheAngularity).

This commit is contained in:
Michael Keller 2017-01-26 08:56:22 +13:00 committed by borisbstyle
parent c190c55ce3
commit cbd036a187
3 changed files with 7 additions and 7 deletions

View file

@ -85,7 +85,7 @@ static inline uint8_t __basepriSetRetVal(uint8_t prio)
// ideally this would only protect memory passed as parameter (any type should work), but gcc is curently creating almost full barrier
// this macro can be used only ONCE PER LINE, but multiple uses per block are fine
#if (__GNUC__ > 5)
#if (__GNUC__ > 6)
#warning "Please verify that ATOMIC_BARRIER works as intended"
// increment version number is BARRIER works
// TODO - use flag to disable ATOMIC_BARRIER and use full barrier instead