formatting

This commit is contained in:
2025-07-01 19:41:21 -07:00
parent c39ce62775
commit f010ffa68a
5 changed files with 17 additions and 16 deletions

View File

@ -12,7 +12,7 @@
#include "gravity.h"
// Initialize the static pointer for the EncoderDir class to null. We want to
// have a static pointer to decouple the ISR from the global gravity object.
// have a static pointer to decouple the ISR from the global gravity object.
Encoder* Encoder::_instance = nullptr;
void Gravity::Init() {