mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
cpu/native: improved error msg for netivenet
This commit is contained in:
parent
235a488977
commit
e32b6c9504
@ -374,7 +374,7 @@ __attribute__((constructor)) static void startup(int argc, char **argv)
|
||||
#endif
|
||||
#ifdef MODULE_NG_NATIVENET
|
||||
# ifdef MODULE_NATIVENET
|
||||
# error "Modules nativenet and ng_native are mutually exclusive."
|
||||
# error "Modules nativenet and ng_nativenet are mutually exclusive."
|
||||
# endif
|
||||
dev_eth_tap_setup(&dev_eth_tap, argv[1]);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user