Changeset 213 in flair-src for trunk/lib/FlairCore/src/Thread.h


Ignore:
Timestamp:
Jan 30, 2018, 5:47:12 PM (7 years ago)
Author:
Sanahuja Guillaume
Message:

thread stack size rework
add Matrix class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Thread.h

    r212 r213  
    4949  */
    5050  Thread(const Object *parent, std::string name,
    51          uint8_t priority,uint32_t stackSize);
     51         uint8_t priority,uint32_t stackSize=1024*128);
    5252
    5353  /*!
Note: See TracChangeset for help on using the changeset viewer.