Changeset 7632906 in rtems for bsps/arm/csb336/clock
- Timestamp:
- 04/19/18 04:35:52 (5 years ago)
- Branches:
- 5, master
- Children:
- 58adad4
- Parents:
- 5c5b021
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/19/18 04:35:52)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/20/18 07:57:01)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/csb336/clock/clockdrv.c
r5c5b021 r7632906 18 18 #include <rtems/bspIo.h> /* for printk */ 19 19 20 /* this is defined in ../../../shared/ clockdrv_shell.h */20 /* this is defined in ../../../shared/dev/clock/clockimpl.h */ 21 21 void Clock_isr(rtems_irq_hdl_param arg); 22 22 static void clock_isr_on(const rtems_irq_connect_data *unused); … … 132 132 /* Make sure to include this, and only at the end of the file */ 133 133 134 #include "../../../ ../libbsp/shared/clockdrv_shell.h"134 #include "../../../shared/dev/clock/clockimpl.h"
Note: See TracChangeset
for help on using the changeset viewer.