diff --git a/lib/Adafruit_NeoPixel-master/Adafruit_NeoPixel.cpp b/lib/Adafruit_NeoPixel-master/Adafruit_NeoPixel.cpp index 62bfa621a..23b6d2583 100644 --- a/lib/Adafruit_NeoPixel-master/Adafruit_NeoPixel.cpp +++ b/lib/Adafruit_NeoPixel-master/Adafruit_NeoPixel.cpp @@ -2156,7 +2156,6 @@ void Adafruit_NeoPixel::show(void) { // We need to disable the device and disconnect // all the outputs before leave or the device will not // be selected on the next call. - // TODO: Check if disabling the device causes performance issues. pwm->ENABLE = 0; pwm->PSEL.OUT[0] = 0xFFFFFFFFUL; diff --git a/lib/uuid-console/src/commands.cpp b/lib/uuid-console/src/commands.cpp index 68bfbd4f2..4a8c47563 100644 --- a/lib/uuid-console/src/commands.cpp +++ b/lib/uuid-console/src/commands.cpp @@ -186,7 +186,6 @@ bool Commands::find_longest_common_prefix(const std::multimap 0) { - // TODO fix, no more PGM longest_name.push_back(std::string(first).substr(0, chars_prefix)); return false; }