2 Star 1 Fork 1

976717326 / Teacup_Firmware

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
timer.c 325 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
/** \file
\brief Timer management - step pulse clock and system clock.
Implementations for AVR and ARM are very different, so see the platform
specific files for details.
*/
#include "timer.h"
#define TEACUP_C_INCLUDE
#include "timer-avr.c"
#include "timer-arm.c"
#undef TEACUP_C_INCLUDE
// No common code so far.
C
1
https://gitee.com/rhh/Teacup_Firmware.git
git@gitee.com:rhh/Teacup_Firmware.git
rhh
Teacup_Firmware
Teacup_Firmware
master

搜索帮助