Reverse the order of the clock mod index arrays.

This commit is contained in:
2025-07-20 16:41:14 -07:00
parent 385ce85da3
commit 837cc761e6
2 changed files with 13 additions and 16 deletions

View File

@ -50,9 +50,6 @@ class Clock {
void Init() {
NeoSerial.begin(31250);
// Static pin definition for pulse out.
pinMode(PULSE_OUT_PIN, OUTPUT);
// Initialize the clock library
uClock.init();
uClock.setClockMode(uClock.INTERNAL_CLOCK);