Skip to content

Commit

Permalink
remove deprecation message from SolenoidSim.h
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 authored Dec 21, 2024
1 parent 1066b24 commit 47ec742
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class SolenoidSim {
* Sets the solenoid output.
* @param output The new solenoid output.
*/
[[deprecated("Use SetOn or SetOff methods instead.")]]
void SetOutput(bool output);

/**
Expand Down

0 comments on commit 47ec742

Please sign in to comment.