Changeset 7632906 in rtems for bsps/arm/rtl22xx/clock
- Timestamp:
- 04/19/18 04:35:52 (6 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/rtl22xx/clock/clockdrv.c
r5c5b021 r7632906 78 78 }; 79 79 80 /* use the /shared/ clockdrv_shell.h code template */80 /* use the /shared/dev/clock/clockimpl.h code template */ 81 81 82 82 /** … … 174 174 175 175 /* Make sure to include this, and only at the end of the file */ 176 #include "../../../ ../libbsp/shared/clockdrv_shell.h"176 #include "../../../shared/dev/clock/clockimpl.h" 177 177
Note: See TracChangeset
for help on using the changeset viewer.