Skip to content

Commit

Permalink
fixup! shell_commands: gnrc_netif: add support for getting/setting PH…
Browse files Browse the repository at this point in the history
…Y modes
  • Loading branch information
benpicco committed Sep 24, 2019
1 parent 209b2ac commit 21362ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sys/net/crosslayer/netopt/netopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ static const char *_netopt_strmap[] = {
[NETOPT_LORAWAN_RX2_FREQ] = "NETOPT_LORAWAN_RX2_FREQ",
[NETOPT_LORAWAN_MAX_RX_ERROR] = "NETOPT_LORAWAN_MAX_RX_ERROR",
[NETOPT_LORAWAN_MIN_RX_SYMBOL] = "NETOPT_LORAWAN_MIN_RX_SYMBOL",
[NETOPT_IEEE802154_PHY] = "NETOPT_IEEE802154_PHY",
[NETOPT_OQPSK_CHIPS] = "NETOPT_OQPSK_CHIPS",
[NETOPT_OQPSK_RATE] = "NETOPT_OQPSK_RATE",
[NETOPT_OFDM_OPTION] = "NETOPT_OFDM_OPTION",
[NETOPT_OFDM_MCS] = "NETOPT_OFDM_MCS",
[NETOPT_FSK_MODULATION_INDEX] = "NETOPT_FSK_MODULATION_INDEX",
[NETOPT_FSK_MODULATION_ORDER] = "NETOPT_FSK_MODULATION_ORDER",
[NETOPT_FSK_SRATE] = "NETOPT_FSK_SRATE",
[NETOPT_FSK_FEC] = "NETOPT_FSK_FEC",
[NETOPT_SYNCWORD] = "NETOPT_SYNCWORD",
[NETOPT_RANDOM] = "NETOPT_RANDOM",
[NETOPT_RX_SYMBOL_TIMEOUT] = "NETOPT_RX_SYMBOL_TIMEOUT",
Expand Down

0 comments on commit 21362ec

Please sign in to comment.