**Which page?** https://frcsoftware.org/learning-course/stage1/stage1a/kitbot-drivetrain/#imu **What's wrong?** ```java private OnboardIMU imu = new OnboardIMU(MountOrientation.FLAT); ``` The imu should be `private final`, just for consistency's sake with the rest of 1A
Which page?
https://frcsoftware.org/learning-course/stage1/stage1a/kitbot-drivetrain/#imu
What's wrong?
The imu should be
private final, just for consistency's sake with the rest of 1A