Skip to content

Commit 8990b40

Browse files
committed
tweak
1 parent ad57d05 commit 8990b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfeTkArdSPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ int32_t sfeTkArdSPI::writeRegisterRegion(uint8_t devReg, const uint8_t *data, si
131131
if (!_spiPort)
132132
return kSTkErrBusNullPtr;
133133

134-
// Apply settings
134+
// Apply settings before work
135135
_spiPort->beginTransaction(_sfeSPISettings);
136136

137137
// Signal communication start

0 commit comments

Comments
 (0)