T-rex comment cleanup

This commit is contained in:
Jonathan Bennett
2025-09-30 18:00:29 -05:00
parent f9937967fa
commit 8b466b1db3
2 changed files with 10 additions and 10 deletions

View File

@@ -297,7 +297,7 @@ void printInfo()
#ifndef PIO_UNIT_TESTING
void setup()
{
#if defined(T_REX) // XXX
#if defined(T_REX)
pinMode(DCDC_EN_HOLD, OUTPUT);
digitalWrite(DCDC_EN_HOLD, HIGH);
pinMode(NRF_ON, OUTPUT);