Changeset 107 for uKadecot/trunk/uip/task/uip_task.c
- Timestamp:
- Jun 10, 2015, 8:40:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uKadecot/trunk/uip/task/uip_task.c
-
Property svn:mime-type
changed from
text/plain
totext/plain; charset=SHIFT_JIS
r101 r107 100 100 PT_BEGIN(&uiptsk->pt); 101 101 102 /* NIC ðú»·éB*/102 /* NIC を初期化する。*/ 103 103 IF_ETHER_NIC_PROBE(ic); 104 104 IF_ETHER_NIC_INIT(ic); … … 273 273 274 274 /* 275 * uIP vgXbhN®^XN275 * uIP プロトスレッド起動タスク 276 276 */ 277 277 void uip_task(intptr_t exinf) … … 283 283 284 284 /* 285 * uIP ^XNN®püúnh[285 * uIP タスク起動用周期ハンドラー 286 286 */ 287 287 void uip_cychdr(intptr_t exinf) -
Property svn:mime-type
changed from
Note:
See TracChangeset
for help on using the changeset viewer.