开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
AVR-GCC
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
AVR-Libc
问题(Question):
在阅读FreeRTOS for AVR的程式码中
看不懂38,39行pxCurrentTCB的用法,为何可以直接传入C的指标,
还有pxCurrentTCB位移存资料的用法?
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
http://pastebin.com/HtpxUuXL
extern volatile TCB_t * volatile pxCurrentTCB;
补充说明(Supplement):