diff --git a/sys/arch/cats/include/conf.h b/sys/arch/cats/include/conf.h index 55ca6b4eaab6..603a9100be0b 100644 --- a/sys/arch/cats/include/conf.h +++ b/sys/arch/cats/include/conf.h @@ -4,7 +4,8 @@ /* * CATS specifc device includes go in here */ -#define CONS_HAVE_SCSIPI -#define CONS_HAVE_WSCONS +#define CONF_HAVE_SCSIPI +#define CONF_HAVE_WSCONS +#define CONF_HAVE_USB #endif /* _CATS_CONF_H */