rtems_config: Fix typo in #if statement

This commit is contained in:
Brendan Chandler
2021-03-04 14:06:24 -06:00
parent 102e30eaa9
commit f69ff5afde
+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_MAJOR__ > 4
#if __RTEMS_MAJOR__ > 4
#define CONFIGURE_SHELL_COMMANDS_INIT
#include <bsp/irq-info.h>