manueller import aus nem CVS checkout (ist eh nur zum testen)
[ds1820tousb.git] / usbdrv / usbdrvasm.asm
1 /* Name: usbdrvasm.asm
2  * Project: AVR USB driver
3  * Author: Christian Starkjohann
4  * Creation Date: 2006-03-01
5  * Tabsize: 4
6  * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
7  * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
8  * This Revision: $Id$
9  */
10
11 /*
12 General Description:
13 The IAR compiler/assembler system prefers assembler files with file extension
14 ".asm". We simply provide this file as an alias for usbdrvasm.S.
15
16 Thanks to Oleg Semyonov for his help with the IAR tools port!
17 */
18
19 #include "usbdrvasm.S"
20
21 end
This page took 0.044952 seconds and 3 git commands to generate.