rtems_config: Guard using __RTEMS_MAJOR__ rather than net stack

This commit is contained in:
Brendan Chandler
2021-03-03 17:02:03 -06:00
parent 75063a69ec
commit 102e30eaa9
+1 -1
View File
@@ -88,7 +88,7 @@ extern void *POSIX_Init(void *argument);
//#define RTEMS_PCI_CONFIG_LIB
//#define CONFIGURE_PCI_LIB PCI_LIB_AUTO
#ifndef RTEMS_LEGACY_STACK
#ifndef __RTEMS_MAJOR__ > 4
#define CONFIGURE_SHELL_COMMANDS_INIT
#include <bsp/irq-info.h>