1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

net/loramac: fix typo

This commit is contained in:
Jose Alamos 2021-02-08 15:38:17 +01:00
parent b0d9ea4b99
commit 0e41f9e557
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -535,7 +535,7 @@ extern "C" {
#define LORAMAC_PORT_MIN (1U)
/**
* @brief Maximmu port value
* @brief Maximum port value
*/
#define LORAMAC_PORT_MAX (223U)