diff options
author | Florian Jung <flo@windfisch.org> | 2015-11-29 00:30:43 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-11-29 00:30:43 +0100 |
commit | 84b980994934d54b3dad6dd2184830f4464b9933 (patch) | |
tree | 9e5eb6fb283e791ff50f85c6d97d28ccc7dca6b6 /usbdrv/usbdrvasm.asm | |
parent | 1923a8c9121788804a4e307688b6c45993f58205 (diff) |
usb hello world \o/
Diffstat (limited to 'usbdrv/usbdrvasm.asm')
-rw-r--r-- | usbdrv/usbdrvasm.asm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/usbdrv/usbdrvasm.asm b/usbdrv/usbdrvasm.asm deleted file mode 100644 index fb66934..0000000 --- a/usbdrv/usbdrvasm.asm +++ /dev/null @@ -1,20 +0,0 @@ -/* Name: usbdrvasm.asm - * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers - * Author: Christian Starkjohann - * Creation Date: 2006-03-01 - * Tabsize: 4 - * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - */ - -/* -General Description: -The IAR compiler/assembler system prefers assembler files with file extension -".asm". We simply provide this file as an alias for usbdrvasm.S. - -Thanks to Oleg Semyonov for his help with the IAR tools port! -*/ - -#include "usbdrvasm.S" - -end |