Skip to content

Commit

Permalink
Fix return type mismatch in LinuxSpiDriverStub
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaruwala committed May 19, 2019
1 parent f340d31 commit b078446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drv/LinuxSpiDriver/LinuxSpiDriverComponentImplStub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Drv {

void LinuxSpiDriverComponentImpl::open(NATIVE_INT_TYPE device,
bool LinuxSpiDriverComponentImpl::open(NATIVE_INT_TYPE device,
NATIVE_INT_TYPE select,
SpiFrequency clock) {

Expand Down

0 comments on commit b078446

Please sign in to comment.