Address some FIXME comments (#4435)

* Address some FIXME comments

These comments have since been addressed by more modern code.
Remove them to reduce the clutter in the codebase.

* Remove 'dumb idea' from SimpleAllocator

4 year old code that was set never to run can probably be safely
deleted.
This commit is contained in:
Tom Fifield
2024-08-11 20:06:38 +08:00
committed by GitHub
parent 8daebf80dd
commit cf392a4c20
3 changed files with 3 additions and 47 deletions

View File

@@ -51,7 +51,7 @@ enum GPSPowerState : uint8_t {
const char *getDOPString(uint32_t dop);
/**
* A gps class that only reads from the GPS periodically (and FIXME - eventually keeps the gps powered down except when reading)
* A gps class that only reads from the GPS periodically and keeps the gps powered down except when reading
*
* When new data is available it will notify observers.
*/