Skip to content

Commit f0e45bc

Browse files
committed
changed include order - helps with header file location when using arduino
1 parent 77d4774 commit f0e45bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SparkFun_BMV080_Arduino_Library.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
#pragma once
2323

24-
#include "sfeBmv080.h"
24+
2525
#include <SparkFun_Toolkit.h>
26+
#include "sfeBmv080.h"
2627

2728
// The BMV080 Bosch API requires a larger than usual stack size
2829
// In particular, bmv080_serve_interrupt is the culprit.

0 commit comments

Comments
 (0)