1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

atomic.h inclusion path fixed for development branch

This commit is contained in:
jflyper 2016-10-07 20:22:12 +09:00
parent 2a0e22f8b4
commit e948498695

View file

@ -24,7 +24,7 @@
#include "light_led.h"
#include "sound_beeper.h"
#include "nvic.h"
#include "common/atomic.h"
#include "build/atomic.h"
#include "system.h"