Skip to content

Commit

Permalink
Make defines.h to be processed in debug.h
Browse files Browse the repository at this point in the history
  • Loading branch information
unlogisch04 committed Nov 16, 2024
1 parent 5bae658 commit 93aaa29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#ifndef SLIMEVR_DEBUG_H_
#define SLIMEVR_DEBUG_H_
#include "consts.h"
#include "defines.h"
#include "defines_bmi160.h"
#include "defines_sensitivity.h"
#include "logging/Level.h"

#ifndef IMU_MPU6050_RUNTIME_CALIBRATION
Expand Down
4 changes: 0 additions & 4 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@

#include <Arduino.h>

#include "consts.h"
#include "debug.h"
#include "defines.h"
#include "defines_bmi160.h"
#include "defines_sensitivity.h"

#ifndef SECOND_IMU
#define SECOND_IMU IMU
Expand Down

0 comments on commit 93aaa29

Please sign in to comment.