Changeset 212 in flair-src
- Timestamp:
- Jan 30, 2018, 10:30:14 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseNotes
r188 r212 1 1 * Actual Version: 2 3 ----------------------------------------------------------- 4 * Tag 0.1.2: 2 5 3 6 - added GPS to the UAVs, add "use_gps=true" to the UAV creation (see demos/Gps/uav/src/main.cpp) -
trunk/lib/FlairCore/src/Thread.h
r139 r212 46 46 * \param name name 47 47 * \param priority priority, should be >20 (<20 is reserved for internal use) 48 * \param stackSize stack size in bytes 48 49 */ 49 50 Thread(const Object *parent, std::string name, 50 uint8_t priority ); // priority>20, for real time only51 uint8_t priority,uint32_t stackSize); 51 52 52 53 /*!
Note:
See TracChangeset
for help on using the changeset viewer.