Ignore:
Timestamp:
Feb 2, 2016, 9:54:35 PM (8 years ago)
Author:
coas-nagasima
Message:

SDカードの中身を/~/でアクセスできるよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/ecnl_ssp/echonet_fbs.c

    r153 r154  
    8989        ER ret = E_OK;
    9090
    91         if ((buf < mpfid->blockes[0]) || (buf >= mpfid->blockes[NUM_ECHONET_MEMPOOL_BLOCK]))
     91        if ((buf < (void *)&mpfid->blockes[0]) || (buf >= (void *)&mpfid->blockes[NUM_ECHONET_MEMPOOL_BLOCK]))
    9292                return E_PAR;
    9393
Note: See TracChangeset for help on using the changeset viewer.