bugAVR C Runtime Library - Bugs: bug #12955, Signal name misprints:...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12955: Signal name misprints: sig_compErator, sig_Eprom_ready

Submitter:  None
Submitted:  Tue 03 May 2005 10:11:02 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Tue 07 Jun 2005 07:35:54 PM UTC, comment #1: 

Applied also on iotn2313.h.

EEPROM interrupt defined as:

#define SIG_EE_READY      _VECTOR(17)

should be:

#define SIG_EPROM_READY _VECTOR(17)

Anatoly Sokolov <aesok>
Group administrator
Tue 03 May 2005 10:11:02 PM UTC, original submission:  

iom169.h:  SIG_COMPERATOR
iotn26.h: SIG_EPROM_READY

Remember, that `io.h' use last definition as:
   #if !defined(SIG_EEPROM_READY)
   #  undef EERIE
   #endif

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-25 aesok StatusNone Fixed
    Open/ClosedOpen Closed
2005-05-03 None Carbon-Copy- Added dmixm --?±º-- marine --ÂǺ-- febras --ÂǺ-- ru

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code