源码地带 > 电路图 > 电子资料下载 > ARM >AVR_usb_ISP > 查看压缩包源码

AVR_usb_ISP

源代码在线查看: null.c

软件大小: 419 K
上传用户: liyuanhang
关键词: AVR_usb_ISP
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* 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's				startup code, interrupt vectors etc.				*/				#include 												/* ------------------------------------------------------------------------- */								int	main(void)				{				    for(;;);					return 0;				}								/* ------------------------------------------------------------------------- */							

相关资源