FreeRTOS-Kernel/FreeRTOS-Plus/Source/Application-Protocols
Oscar Michael Abrina 398abbaa61
Update transport interface to remove const qualifier from NetworkContext_t * in send/recv (#356)
This removes a warning involving const qualifiers. The NetworkContext_t * cannot be declared as const in TransportRecv and TransportSend because mbedtls_ssl_write and mbedtls_ssl_read require non-const pointers. Therefore, the const qualifier is removed from transport_interface.h.
2020-10-21 09:39:20 -07:00
..
coreMQTT@c0fadc4339 Update coreMQTT, coreJSON, and AWS Device Shadow submodules to latest commits (#346) 2020-10-14 10:48:33 -07:00
platform Update transport interface to remove const qualifier from NetworkContext_t * in send/recv (#356) 2020-10-21 09:39:20 -07:00