startup.h

来自「freescale k40/k60 freertos-lwip例程」· C头文件 代码 · 共 18 行

H
18
字号
/*
 * File:    startup.h
 * Purpose: Determine cause of Reset and which processor is running
 *
 * Notes:   
 */

#ifndef _STARTUP_H_
#define _STARTUP_H_

/********************************************************************/

void common_startup(void);

/********************************************************************/

#endif /* _STARTUP_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?