null.c
来自「AVR_usb_ISP」· C语言 代码 · 共 27 行
C
27 行
/* Name: null.c * Project: Testing driver features * Author: Christian Starkjohann * Creation Date: 2008-04-29 * Tabsize: 4 * Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) * This Revision: $Id: null.c 692 2008-11-07 15:07:40Z cs $ *//*This is a NULL main() function to find out the code size required by libusb'sstartup code, interrupt vectors etc.*/#include <avr/io.h>/* ------------------------------------------------------------------------- */int main(void){ for(;;); return 0;}/* ------------------------------------------------------------------------- */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?