Changeset cf282090 in rtems for c/src/lib/libbsp/sh/gensh2/include
- Timestamp:
- Sep 28, 2001, 1:28:11 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 152790a
- Parents:
- cbb5fc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/include/bsp.h
rcbb5fc7 rcf282090 109 109 */ 110 110 111 #define delay( microseconds ) CPU_delay(microseconds)111 #define rtems_bsp_delay( microseconds ) CPU_delay(microseconds) 112 112 #define sh_delay( microseconds ) CPU_delay( microseconds ) 113 113
Note: See TracChangeset
for help on using the changeset viewer.