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:
parent
77bce9d758
commit
bded32d7b2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user