Tool/software:
Hi experts,
I tried to use a simple serial socket example provided by the GIT server.
https://github.com/TexasInstruments-Sandbox/ble_examples/tree/simplelink_cc13xx_26xx_sdk-6.40
but, the following error is occurring during Build.
../Application/simple_serial_socket_client.c:1181:45: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
NULL) != SUCCESS)

please provide a way to correct the errors.
thanks