mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
The netapi notify API enables protocol-independent, cross-layer notification events. Lower layers in the network stack can use this to inform upper layers of network events.
4 lines
63 B
Makefile
4 lines
63 B
Makefile
MODULE = gnrc_netapi_notify
|
|
|
|
include $(RIOTBASE)/Makefile.base
|