|
From: | Anatoly Sokolov |
Subject: | [avr-libc-dev] Re: [patch #4102] Add support for ATMega 640-1280-1281 |
Date: | Fri, 23 Sep 2005 18:55:53 +0400 |
Hello.
Follow-up Comment #1, patch #4102 (project avr-libc): I've corrected three mistakes in iom1280.h $ diff iom1280.h iom1280_orig.h 292c292 < #define PCIFR _SFR_IO8(0x1B) ---#define PCIFR _SFR_IO8(0x1C)
Many thanks for your report. Im fix bug in acr-libc.
474c474 < #define WDTCSR _SFR_MEM8(0x60) ---#define WDTCsR _SFR_MEM8(0x60)570c570 < #define OCIE0B 2 ---#define OCIE0b 2
These typing errors already are not present in a file include/avr/iomxx0_1.h.
Anatoly
[Prev in Thread] | Current Thread | [Next in Thread] |