diff options
Diffstat (limited to 'src/lib/ch.hpp')
-rw-r--r-- | src/lib/ch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ch.hpp b/src/lib/ch.hpp index 79e40e32b..e65e4fdbd 100644 --- a/src/lib/ch.hpp +++ b/src/lib/ch.hpp @@ -187,7 +187,7 @@ namespace chibios_rt { template <int N>
class EnhancedThread : public BaseThread {
protected:
- WorkingArea(wa, N); // Thread working area.
+ WORKING_AREA(wa, N); // Thread working area.
public:
const char *name;
|