Skip to content

Commit

Permalink
DCSupplySimulator: use this-> more consistently
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Barsnick <[email protected]>
  • Loading branch information
barsnick committed Jan 22, 2024
1 parent 3840931 commit e65b1f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void power_supply_DCImpl::power_supply_worker(void) {
types::power_supply_DC::VoltageCurrent voltage_current;

while (true) {
if (power_supply_thread_handle.shouldExit()) {
if (this->power_supply_thread_handle.shouldExit()) {
break;
}

Expand Down

0 comments on commit e65b1f5

Please sign in to comment.