1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

netdev: piggy-back some formatting error

This commit is contained in:
Martine Lenders 2015-02-10 17:59:29 +01:00 committed by Martine Lenders
parent 934806394f
commit 15a6e2066d

View File

@ -122,7 +122,7 @@ typedef struct {
* *value_len* is too small to store the option value
*/
int (*get)(ng_netdev_t *dev, ng_netconf_opt_t opt,
void *value, size_t *value_len);
void *value, size_t *value_len);
/**
* @brief Set an option value for a given network device