Skip to content

Commit

Permalink
🐛 add #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
meisZWFLZ authored Jan 5, 2025
1 parent a80e975 commit a246e80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/hardware/Motor/MotorGroup.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "pros/motor_group.hpp"
#include "hardware/Motor/Motor.hpp"
#include "hardware/Port.hpp"
Expand Down Expand Up @@ -531,4 +533,4 @@ class MotorGroup : public Encoder {
*/
std::vector<MotorInfo> m_motors;
};
}; // namespace lemlib
}; // namespace lemlib

0 comments on commit a246e80

Please sign in to comment.