]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
[avr-asm-macros.S] supress listing of avr/io.h include
authorbg <daniel.otte@rub.de>
Thu, 27 Dec 2012 00:24:05 +0000 (01:24 +0100)
committerbg <daniel.otte@rub.de>
Thu, 27 Dec 2012 00:24:05 +0000 (01:24 +0100)
avr-asm-macros.S

index 766cdae5de9c9561a133fd557745451970744942..1a640c70177e0756698fa3f97fff9ac04cdbe7e9 100644 (file)
@@ -28,8 +28,9 @@
 
 //#ifndef AVR_ASM_MACROS__S__
 //#define AVR_ASM_MACROS__S__
+.nolist
 #include <avr/io.h>
-
+.list
 /*******************************************************************************
 *  MACRO SECTION                                                               *
 *******************************************************************************/