rename Mixer to MixerBase to resolve case-insensitivity on mac

This commit is contained in:
Steve Nogar
2020-07-30 11:48:10 -04:00
committed by Daniel Agar
parent 342b1c5ded
commit 48bf9268c3
14 changed files with 14 additions and 14 deletions
@@ -33,7 +33,7 @@
#pragma once
#include <lib/mixer/Mixer/Mixer.hpp> // Airmode
#include <lib/mixer/MixerBase/Mixer.hpp> // Airmode
#include <matrix/matrix/math.hpp>
#include <perf/perf_counter.h>
#include <px4_platform_common/px4_config.h>