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!