Skip to content

Commit

Permalink
feat: Allow more access to SystemTickTimerService (#393)
Browse files Browse the repository at this point in the history
Allow protected access to Invoke() method
  • Loading branch information
fabiangottstein committed Sep 4, 2024
1 parent e6c8c53 commit ecfb4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal_st/stm32fxxx/SystemTickTimerService.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace hal

infra::TimePoint Now() const override;

private:
protected:
void Invoke() override;
};
}
Expand Down

0 comments on commit ecfb4ce

Please sign in to comment.