-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RocioRojas
authored and
Rocio
committed
Jul 11, 2022
1 parent
1aa000f
commit 858357f
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* limitations under the License. | ||
*/ | ||
/** | ||
* @brief CHAMOS Communication Handler for Addressing Management | Origin Server | ||
* @brief CHAMOS Communication Handler for Addressing Management | Origin Server | ||
* | ||
* @author RocioRojas <[email protected]> | ||
*/ | ||
|
@@ -27,7 +27,7 @@ | |
#include "xtimer.h" | ||
|
||
#define CHAMOS_MSG_QUEUE_SIZE (8) | ||
#define SERVER_BUFFER_SIZE (20) | ||
#define SERVER_BUFFER_SIZE (CONFIG_SERVER_BUFFER_SIZE) | ||
|
||
/** | ||
* @brief GNRC netif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters