This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: void type?

Part Number: CC2640R2F

Tool/software: TI-RTOS

Hi there, I guess this would look like a trivial problem and more related to coding.

in the simple_peripheral example, I see this line of code:

  // Start the Device
  VOID GAPRole_StartDevice(&SimpleBLEPeripheral_gapRoleCBs);

what does the capital VOID mean here? 

I found its definition:

#define VOID (void)

thanks!