irtos_avr_demo.c
来自「在AVR单片机上使用的一款RTOS」· C语言 代码 · 共 23 行
C
23 行
/*
* iRTOS
* Copyright (C) 2008 Dmitriy Cherepanov
*
* This file is part of IRTOS
*
* This source is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This file is public domain you may use it as you wish
*
* Do not be lasy! For the latest version see http://irtos.sourceforge.net .
*/
void main (void)
{
main_avr();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?