Skip to content

Commit

Permalink
got gpio working, convert away from && to & in bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer committed Jul 16, 2024
1 parent 9a6071f commit fbfb83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/projects/LVIocheckout/inc/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace bindings {

extern shared::periph::DigitalOutput&& tsal_en;
extern shared::periph::DigitalOutput&& raspberry_pi_en;
extern shared::periph::DigitalOutput& front_controller_en;
extern shared::periph::DigitalOutput&& front_controller_en;
extern shared::periph::DigitalOutput&& speedgoat_en;
extern shared::periph::DigitalOutput&& accumulator_en;
extern shared::periph::DigitalOutput&& motor_ctrl_precharge_en;
Expand Down

0 comments on commit fbfb83a

Please sign in to comment.