Ignore:
Timestamp:
Jun 10, 2015, 8:40:31 PM (9 years ago)
Author:
coas-nagasima
Message:

SHIFT_JISのコードにcharsetプロパティを付けた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/uip/task/uip_task.c

    • Property svn:mime-type changed from text/plain to text/plain; charset=SHIFT_JIS
    r101 r107  
    100100        PT_BEGIN(&uiptsk->pt);
    101101
    102         /* NIC ‚ð‰Šú‰»‚·‚éB*/
     102        /* NIC を初期化する。*/
    103103        IF_ETHER_NIC_PROBE(ic);
    104104        IF_ETHER_NIC_INIT(ic);
     
    273273
    274274/*
    275  *  uIP ƒvƒƒgƒXƒŒƒbƒh‹N“®ƒ^ƒXƒN
     275 *  uIP プロトスレッド起動タスク
    276276 */
    277277void uip_task(intptr_t exinf)
     
    283283
    284284/*
    285  *  uIP ƒ^ƒXƒN‹N“®—pŽüŠúƒnƒ“ƒhƒ‰[
     285 *  uIP タスク起動用周期ハンドラー
    286286 */
    287287void uip_cychdr(intptr_t exinf)
Note: See TracChangeset for help on using the changeset viewer.