Skip to content

Commit 1e291ca

Browse files
committed
fix sa - add missing return path
1 parent 0f22f5b commit 1e291ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/lp5817/include/lp5817.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ class Lp5817 : public BasePeripheral<> {
218218
return false;
219219
if (!set_dot_current(Channel::OUT2, data[2], ec))
220220
return false;
221+
return true;
221222
}
222223

223224
/**

0 commit comments

Comments
 (0)