avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] _vector define in sfr_defs.h


From: Olaf Zenker
Subject: [avr-gcc-list] _vector define in sfr_defs.h
Date: Wed, 22 Jan 2003 17:26:36 +0100

shouldn't the

#ifndef _VECTOR
#define _VECTOR(N) __vector_ ## N
#endif

be made regardles to the compilation or assemblation? Now its placed in an 
#ifndef 
__ASSEMBLER__ section. But if one wants to write some assembler files for 
interrupthandling he can't yet use the macro, but it wourld work in assembler - 
i've 
tested it.

Regards
Olaf

HKR Sensorsysteme GmbH
Frauenstr. 22 - 80469 München
Tel.: +49 89 242416-0
Fax:  +49 89 242416-55 

mail: address@hidden
http://www.hkr-sensor.de

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]