PR766: Delete __RTEMS_APPLICATION__

This define is no longer used.
This commit is contained in:
Sebastian Huber
2013-08-06 16:03:40 +02:00
parent c9b784f3e7
commit 006304112a
2 changed files with 0 additions and 18 deletions

View File

@@ -48,10 +48,6 @@
/* for RTEMS_VERSION :-( I dont like the preassembled string */
#include <rtems/sptables.h>
#ifdef __RTEMS_APPLICATION__
#undef __RTEMS_APPLICATION__
#endif
#define SHOW_MORE_INIT_SETTINGS
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;