Skip to content

Commit

Permalink
Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 12, 2023
1 parent 6016179 commit 69f5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/buses/rpi_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ bool RpiBus::GetREQ() const
return GetSignal(PIN_REQ);
}

inline void RpiBus::SetREQ(bool ast)
void RpiBus::SetREQ(bool ast)
{
SetSignal(PIN_REQ, ast);
}
Expand Down

0 comments on commit 69f5b44

Please sign in to comment.