1
0
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:
haukepetersen 2015-06-05 10:11:31 +02:00 committed by Hauke Petersen
parent 235a488977
commit e32b6c9504

View File

@ -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