mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-28 08:43:45 +00:00
Update coreMQTT submodule pointer and sync transport interface (#358)
Because the const qualifier was removed in PR #356, coreMQTT also needs to be updated to remove it.
This commit is contained in:
committed by
GitHub
parent
af837b2940
commit
f960c4465f
Submodule FreeRTOS-Plus/Source/Application-Protocols/coreMQTT updated: c0fadc4339...7f0478d13a
@@ -90,7 +90,7 @@
|
||||
* <br><br>
|
||||
* <b>Example code:</b>
|
||||
* @code{c}
|
||||
* int32_t myNetworkRecvImplementation( const NetworkContext_t * pNetworkContext,
|
||||
* int32_t myNetworkRecvImplementation( NetworkContext_t * pNetworkContext,
|
||||
* void * pBuffer,
|
||||
* size_t bytesToRecv )
|
||||
* {
|
||||
@@ -122,7 +122,7 @@
|
||||
* <br><br>
|
||||
* <b>Example code:</b>
|
||||
* @code{c}
|
||||
* int32_t myNetworkSendImplementation( const NetworkContext_t * pNetworkContext,
|
||||
* int32_t myNetworkSendImplementation( NetworkContext_t * pNetworkContext,
|
||||
* const void * pBuffer,
|
||||
* size_t bytesToSend )
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user