1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/external_modules: use AUTO_INIT_PRIORITY_AFTER

This commit is contained in:
Fabian Hüßler 2022-07-06 01:08:55 +02:00
parent 77bce9d758
commit bded32d7b2

View File

@ -20,9 +20,10 @@
*/
#include "external_module.h"
#include "auto_init_priorities.h"
#include "auto_init_utils.h"
#define PRIO 1111
#define PRIO AUTO_INIT_PRIORITY_AFTER(AUTO_INIT_PRIO_MOD_RANDOM)
AUTO_INIT(auto_init_external_module, PRIO);