Ignore:
Timestamp:
Jun 5, 2019, 2:23:55 PM (5 years ago)
Author:
coas-nagasima
Message:

更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/ntshell/src/fdtable.c

    r389 r399  
    299299ER shell_get_evts(struct fd_events *evts, TMO tmout)
    300300{
    301         int count = 0;
     301        int count;
    302302        SYSTIM prev, now;
    303303        FLGPTN flgptn;
     
    315315                waitptn = *((FLGPTN *)&evts->readfds) | *((FLGPTN *)&evts->errorfds);
    316316#endif
     317                count = 0;
    317318                for (int fd = 0; fd < fd_table_count; fd++) {
    318319                        fp = &fd_table[fd];
Note: See TracChangeset for help on using the changeset viewer.