Changeset 5f97ef44 in mainline for uspace/lib/nic
- Timestamp:
 - 2018-07-13T14:10:15Z (7 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - e3787a0
 - Parents:
 - 9912f49
 - git-author:
 - Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:08:57)
 - git-committer:
 - Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:10:15)
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/nic/src/nic_driver.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/nic/src/nic_driver.c
r9912f49 r5f97ef44 1083 1083 remaining.tv_usec -= wait; 1084 1084 } 1085 async_usleep(wait);1085 fibril_usleep(wait); 1086 1086 1087 1087 /* Check if the period was not reset */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  