From 40f5f7026dc3878960e0efbfb7945e3fd9474ed6 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 30 Oct 2022 16:44:23 +0100 Subject: [PATCH] removed TODO --- lib/Adafruit_NeoPixel-master/Adafruit_NeoPixel.cpp | 1 - lib/uuid-console/src/commands.cpp | 1 - 2 files changed, 2 deletions(-) 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; }