Skip to content

INTLEVEL_0~3の値 #1

@tmiyoshi

Description

@tmiyoshi

trykernel_2、trykernel_a、trykernel_sのincludeディレクトリのsysdef.hのINTLEVEL_0~3の値ですが、
#define INTLEVEL_0 (0x00)
#define INTLEVEL_1 (0x40)
#define INTLEVEL_2 (0x80)
#define INTLEVEL_3 (0xC0)
となっていますが、
#define INTLEVEL_0 0
#define INTLEVEL_1 1
#define INTLEVEL_2 2
#define INTLEVEL_3 3
の間違いではないでしょうか?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions