We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae658 commit 93aaa29Copy full SHA for 93aaa29
src/debug.h
@@ -23,6 +23,9 @@
23
#ifndef SLIMEVR_DEBUG_H_
24
#define SLIMEVR_DEBUG_H_
25
#include "consts.h"
26
+#include "defines.h"
27
+#include "defines_bmi160.h"
28
+#include "defines_sensitivity.h"
29
#include "logging/Level.h"
30
31
#ifndef IMU_MPU6050_RUNTIME_CALIBRATION
src/globals.h
@@ -25,11 +25,7 @@
#include <Arduino.h>
-#include "consts.h"
#include "debug.h"
-#include "defines.h"
-#include "defines_bmi160.h"
32
-#include "defines_sensitivity.h"
33
34
#ifndef SECOND_IMU
35
#define SECOND_IMU IMU
0 commit comments