Changeset 93ada84 in rtems for c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
- Timestamp:
- 01/28/03 17:52:10 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 99159ec6
- Parents:
- ccad44f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
rccad44f5 r93ada84 42 42 } 43 43 44 void tcp_init()44 void bsp_tcp_init() 45 45 { 46 46 unsigned char low_bat, osc_fail, power_up; … … 165 165 first time before power up in which case the chip 166 166 will still be in single suppy mode till restarted (a 167 second call to tcp_init such as when the time is set167 second call to bsp_tcp_init such as when the time is set 168 168 or a reboot.) The timer/clock itself should always 169 169 be completely functional regardless of the supply
Note: See TracChangeset
for help on using the changeset viewer.