Remove ChibiOS registry, thread names.

Only useful for debugging, but even then not very visible or useful. Gained 256 bytes of code RAM.
This commit is contained in:
Jared Boone 2016-02-09 11:32:07 -08:00
parent ae93d8ee58
commit 096e961c67
4 changed files with 1 additions and 20 deletions

View file

@ -30,11 +30,6 @@
class RSSIThread : public ThreadBase {
public:
RSSIThread(
) : ThreadBase { "rssi" }
{
}
Thread* start(const tprio_t priority);
private: