Move Thread WORKING_AREAs out of classes.

Limited where and how you could instantiate the classes.
This commit is contained in:
Jared Boone 2015-12-10 21:01:44 -08:00
parent a3bab9126d
commit 211d1d19ea
5 changed files with 8 additions and 9 deletions

View file

@ -38,8 +38,6 @@ public:
Thread* start(const tprio_t priority);
private:
WORKING_AREA(wa, 128);
void run() override;
const uint32_t sampling_rate { 400000 };