Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/include/kernel.h

    r305 r306  
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: kernel.h 520 2016-01-14 05:06:26Z ertl-hiro $
     55 *  $Id: kernel.h 654 2016-02-20 12:59:31Z ertl-hiro $
    5656 */
    5757
     
    547547#define TKERNEL_MAKER   UINT_C(0x0118)  /* カーネルのメーカーコード */
    548548#define TKERNEL_PRID    UINT_C(0x0007)  /* カーネルの識別番号 */
    549 #define TKERNEL_SPVER   UINT_C(0xf630)  /* カーネル仕様のバージョン番号 */
    550 #define TKERNEL_PRVER   UINT_C(0x3000)  /* カーネルのバージョン番号 */
     549#define TKERNEL_SPVER   UINT_C(0xf631)  /* カーネル仕様のバージョン番号 */
     550#define TKERNEL_PRVER   UINT_C(0x3010)  /* カーネルのバージョン番号 */
    551551
    552552/*
Note: See TracChangeset for help on using the changeset viewer.