Changeset 72 for trunk/hal/tsar_mips32/core
- Timestamp:
- Jun 27, 2017, 10:56:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_remote.c
r62 r72 27 27 //////////////////////////////// 28 28 void hal_remote_sb( xptr_t xp, 29 chardata )29 uint8_t data ) 30 30 { 31 31 uint32_t ptr = (uint32_t)GET_PTR( xp ); … … 90 90 91 91 //////////////////////////////// 92 charhal_remote_lb( xptr_t xp )92 uint8_t hal_remote_lb( xptr_t xp ) 93 93 { 94 94 char data;
Note: See TracChangeset
for help on using the changeset viewer.