1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/link_layer
Martine Lenders e1f81f02fd gnrc_gomac: don't use constant as argument for RTT callback
The RTT callback for a super-frame cycle uses the `arg` pointer to set
the message value that then is handed to the GoMacH thread. However,
in both instances the timer is scheduled the constant
`GNRC_GOMACH_EVENT_RTT_NEW_CYCLE` is provided. This means the argument
is not really necessary.
2019-12-02 08:14:55 +01:00
..
gomach gnrc_gomac: don't use constant as argument for RTT callback 2019-12-02 08:14:55 +01:00
lwmac sys/net: fix typos 2019-11-23 22:39:38 +01:00
mac gnrc_mac: rename directory in line with other modules 2019-05-09 14:46:35 +02:00