Skip to content

Commit ebd7672

Browse files
committed
Fix compilation errors
1 parent 375e54b commit ebd7672

File tree

3 files changed

+553
-552
lines changed

3 files changed

+553
-552
lines changed

src/Arduino_NineAxesMotion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ void _delay(u_32 period)
10101010
}
10111011

10121012

1013-
void NineAxesMotion::begin(unsigned int address = 0x28)
1013+
void NineAxesMotion::begin(unsigned int address)
10141014
{
10151015
initSensor(address);
10161016
}

0 commit comments

Comments
 (0)