Skip to content

Commit

Permalink
Fix AS5600 minor code formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers committed Sep 29, 2024
1 parent 008f81d commit 98eaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut-robomaster/src/drivers/as5600.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Board::I2cMaster;
class As5600 : public Encoder, public modm::I2cDevice<I2cMaster, 1>, public modm::pt::Protothread
{
public:
As5600() : modm::I2cDevice<I2cMaster, 1>(ADDRESS) {};
As5600() : modm::I2cDevice<I2cMaster, 1>(ADDRESS) {}

void update() { run(); }

Expand Down

0 comments on commit 98eaf43

Please sign in to comment.