Changeset c7b4eca7 in rtems for bsps/arm/edb7312/irq
- Timestamp:
- 07/27/21 07:58:43 (2 years ago)
- Branches:
- master
- Children:
- bf338f04
- Parents:
- 67c033d3
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/27/21 07:58:43)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/27/21 08:03:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/edb7312/irq/irq.c
r67c033d3 rc7b4eca7 126 126 } 127 127 128 rtems_status_codebsp_interrupt_facility_initialize(void)128 void bsp_interrupt_facility_initialize(void) 129 129 { 130 130 uint32_t int_stat = 0; … … 222 222 223 223 _CPU_ISR_install_vector(ARM_EXCEPTION_IRQ, _ARMV4_Exception_interrupt, NULL); 224 225 return RTEMS_SUCCESSFUL; 226 } 224 }
Note: See TracChangeset
for help on using the changeset viewer.