Skip to content

Commit 56a32ed

Browse files
committed
Move include to more appropriate place
1 parent 9e1bf45 commit 56a32ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Baro/baro_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <math.h>
2+
#include <Arduino.h>
23
#include <Wire.h>
34

45
#include "baro_base.h"
5-
#include <Arduino.h>
66

77
uint8_t BaroI2CBase::m_address = 0;
88

0 commit comments

Comments
 (0)