Skip to content

Commit 5ea545b

Browse files
committed
fixed include
1 parent cf32899 commit 5ea545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Arduino_NineAxesMotion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* No license is granted by implication or otherwise under any patent or
6262
* patent rights of the copyright holder.
6363
*/
64-
#include "NineAxesMotion.h"
64+
#include "Arduino_NineAxesMotion.h"
6565
//Function Definitions
6666
/*******************************************************************************************
6767
*Description: Constructor of the class with the default initialization

0 commit comments

Comments
 (0)