X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/8eef03acb9747a40aaf92175c49e43397b872404..ddc40c70cfce8c93b228bc28a3144da45acd6708:/rtems/gw/cangw/system.h diff --git a/rtems/gw/cangw/system.h b/rtems/gw/cangw/system.h index 0673310..3910271 100644 --- a/rtems/gw/cangw/system.h +++ b/rtems/gw/cangw/system.h @@ -23,7 +23,7 @@ rtems_task Init( /* configuration information */ -#include /* for device driver prototypes */ +#include /* for device driver prototypes */ #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER @@ -39,7 +39,7 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_USER_EXTENSIONS 2 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32 #define CONFIGURE_MAXIMUM_DRIVERS (CONFIGURE_NUMBER_OF_DRIVERS+10) - + #ifdef RTEMS_POSIX_API #define CONFIGURE_MAXIMUM_POSIX_THREADS 32