Revision d871cc15 core/inc/aos_thread.h

View differences:

core/inc/aos_thread.h
276 276
 *
277 277
 * @return  Absolute stack size in bytes.
278 278
 */
279
static inline size_t aosThdGetStacksize(thread_t* thread)
279
inline size_t aosThdGetStacksize(thread_t* thread)
280 280
{
281 281
  aosDbgCheck(thread != NULL);
282 282

  

Also available in: Unified diff