apconfig.h
来自「嵌入式系统中文件系统源代码」· C头文件 代码 · 共 19 行
H
19 行
/* This file is automatically generated by UltraTwister IDE. */
/* All your modification would disappear the next time you re-create it. */
#ifndef _APCONFIG_H_
#define _APCONFIG_H_
#include <AVIS.h>
#ifdef MACHINE_TYPE_X86R
#include <sys\syscall.h>
#else
#include <sys/syscall.h>
#endif
/* Event for kernelThread */
#define KERNEL_THREAD_EVENT 2
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?