Ignore:
Timestamp:
Jun 27, 2017, 10:56:25 AM (7 years ago)
Author:
max@…
Message:

start defining some remote functions, and use uint8_t instead of
char

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_remote.c

    r62 r72  
    2727////////////////////////////////
    2828void hal_remote_sb( xptr_t   xp,
    29                     char     data )
     29                    uint8_t  data )
    3030{
    3131    uint32_t ptr = (uint32_t)GET_PTR( xp );
     
    9090
    9191////////////////////////////////
    92 char hal_remote_lb( xptr_t  xp )
     92uint8_t hal_remote_lb( xptr_t  xp )
    9393{
    9494        char     data;
Note: See TracChangeset for help on using the changeset viewer.