1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17481 from aabadie/pr/sys/asymcute_bufsize_removal

sys/asymcute: remove deprecated CONFIG_ASYMCUTE_BUFSIZE_EXP
This commit is contained in:
Alexandre Abadie 2022-01-08 11:30:59 +01:00 committed by GitHub
commit c5656ef3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,16 +78,6 @@ extern "C" {
#define CONFIG_ASYMCUTE_DEFAULT_PORT (1883U)
#endif
/**
* @brief Default buffer size for Asymcute client (as exponent of 2^n)
*
* @deprecated Use @ref CONFIG_ASYMCUTE_BUFSIZE instead. Will be removed after
* 2021.04 release.
*/
#ifndef CONFIG_ASYMCUTE_BUFSIZE_EXP
#define CONFIG_ASYMCUTE_BUFSIZE_EXP (7U)
#endif
/**
* @brief Default buffer size used for receive and request buffers
*/