Menu

#94 Wrong macro parameter name in several portmacro.h files

v1.0 (example)
closed-fixed
nobody
None
5
2014-11-04
2014-11-04
No

For example, FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h:

#define portTASK_FUNCTION_PROTO( vTaskFunction, vParameters ) void vTaskFunction( void *pvParameters )

The parameter name is "vParameters", but should probably be "pvParameters" as in the macro expansion. Same for the portTASK_FUNCTION macro, and for several other portmacro.h or prtmacro.h files.

Discussion

  • Richard Barry

    Richard Barry - 2014-11-04
    • status: open --> closed-fixed
     
  • Richard Barry

    Richard Barry - 2014-11-04

    Fixed - but not yet checked in. Will be in the next release.

     

Log in to post a comment.