Changeset 7b46d7a in rtems for c/src/lib/libbsp/arm/nds/startup/bspstart.c
- Timestamp:
- Aug 15, 2011, 8:12:49 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1f3585d1
- Parents:
- 3848df4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/nds/startup/bspstart.c
r3848df4d r7b46d7a 17 17 #include <nds.h> 18 18 19 extern void defaultExceptionHandler (); 19 20 extern void BSP_rtems_irq_mngt_init (void); 20 21 /* … … 46 47 /* configure clock period */ 47 48 Configuration.microseconds_per_tick = 10000; /* us */ 49 50 defaultExceptionHandler (); 48 51 } 49 52
Note: See TracChangeset
for help on using the changeset viewer.