URL:
  <http://savannah.nongnu.org/bugs/?24375>

                 Summary: no FUSE_* defs for atmega48
                 Project: AVR C Runtime Library
            Submitted by: jnweiger
            Submitted on: Thu 25 Sep 2008 04:04:49 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.2
           Fixed Release: None

    _______________________________________________________

Details:

echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega48 -E -CC -dN - | grep
'^#define FUSE_'
echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega48p -E -CC -dN - | grep
'^#define FUSE_'
echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega88 -E -CC -dN - | grep
'^#define FUSE_'

I get 18 defines for atmega48p and atmega88, but none for atmega48.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?24375>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to