auto formatting

This commit is contained in:
proddy
2022-09-20 19:05:11 +05:30
parent 23f65b9eb2
commit eb432d9acb
5 changed files with 17 additions and 18 deletions

View File

@@ -356,7 +356,7 @@ void System::wifi_tweak() {
#ifdef ARDUINO_LOLIN_C3_MINI
// https://www.wemos.cc/en/latest/c3/c3_mini.html
bool System::is_valid_gpio(uint8_t pin) {
if ((pin >= 11 && pin <= 19) || (pin > 21)) {
if ((pin >= 11 && pin <= 19) || (pin > 21)) {
return false; // bad pin
}
return true;