Fix missing newline at end of file in CustomSX1262.h

This commit is contained in:
jirogit 2026-03-26 20:21:37 -07:00
parent 2d11d9fedb
commit d7045a1020

View file

@ -97,4 +97,4 @@ class CustomSX1262 : public SX1262 {
readRegister(RADIOLIB_SX126X_REG_RX_GAIN, &rxGain, 1);
return (rxGain == RADIOLIB_SX126X_RX_GAIN_BOOSTED);
}
};
};