From 98eaf435c3444d9a7f0c86ef311b9cc44c019ec0 Mon Sep 17 00:00:00 2001 From: Caleb Chalmers Date: Sun, 29 Sep 2024 06:29:28 +0000 Subject: [PATCH] Fix AS5600 minor code formatting error --- ut-robomaster/src/drivers/as5600.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ut-robomaster/src/drivers/as5600.hpp b/ut-robomaster/src/drivers/as5600.hpp index f4d5adc..04405af 100644 --- a/ut-robomaster/src/drivers/as5600.hpp +++ b/ut-robomaster/src/drivers/as5600.hpp @@ -12,7 +12,7 @@ using Board::I2cMaster; class As5600 : public Encoder, public modm::I2cDevice, public modm::pt::Protothread { public: - As5600() : modm::I2cDevice(ADDRESS) {}; + As5600() : modm::I2cDevice(ADDRESS) {} void update() { run(); }