/[avr-libc]/avr-libc/include/avr/io1200.h
ViewVC logotype

Diff of /avr-libc/include/avr/io1200.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by troth, Fri Jul 5 20:38:44 2002 UTC revision 1.2 by troth, Mon Sep 30 18:38:05 2002 UTC
# Line 28  Line 28 
28  #ifndef _AVR_IO1200_H_  #ifndef _AVR_IO1200_H_
29  #define _AVR_IO1200_H_ 1  #define _AVR_IO1200_H_ 1
30    
31    /* This file should only be included from <avr/io.h>, never directly. */
32    
33    #ifndef _AVR_IO_H_
34    #  error "Include <avr/io.h> instead of this file."
35    #endif
36    
37    #ifndef _AVR_IOXXX_H_
38    #  define _AVR_IOXXX_H_ "io1200.h"
39    #else
40    #  error "Attempt to include more than one <avr/ioXXX.h> file."
41    #endif
42    
43  #ifndef __ASSEMBLER__  #ifndef __ASSEMBLER__
44  #  warning "MCU not supported by the C compiler"  #  warning "MCU not supported by the C compiler"
45  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26