mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
6 lines
224 B
Makefile
6 lines
224 B
Makefile
# Add deprecated modules here
|
|
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
|
DEPRECATED_MODULES += sema_deprecated
|
|
DEPRECATED_MODULES += shell_commands # use shell_cmds_default instead
|
|
DEPRECATED_MODULES += ztimer_now64
|