Skip to content

Commit 69adea6

Browse files
committed
add formatting blocks on header
1 parent 336a5c8 commit 69adea6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SparkFun_BMV080_Arduino_Library.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616

1717
#pragma once
1818

19+
// helps to keep the Toolkit header before the tk calls
20+
// clang-format off
1921
#include <SparkFun_Toolkit.h>
2022
#include "sfTk/sfDevBMV080.h"
21-
23+
// clang-format on
2224

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

0 commit comments

Comments
 (0)