Changeset 9c22907 in rtems for testsuites/libtests/monitor02/init.c
- Timestamp:
- 05/18/09 23:50:10 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- be0eebc
- Parents:
- a1c219b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/monitor02/init.c
ra1c219b r9c22907 15 15 16 16 #define CONFIGURE_INIT 17 #include "bsp.h" 17 18 #include "system.h" 18 19 … … 30 31 ) 31 32 { 33 #if !BSP_SMALL_MEMORY 32 34 uint32_t index; 33 35 rtems_status_code status; … … 46 48 } 47 49 } 48 49 50 puts( "\n*** END OF MONITOR02 ***\n"); 51 #else 52 puts( "TARGET MEMORY TOO SMALL TO RUN\n\n"); 53 #endif 50 54 rtems_test_exit(0); 51 55 }
Note: See TracChangeset
for help on using the changeset viewer.