bugAVR C Runtime Library - Bugs: bug #10946, macro defines in ina90.h missing...

 
 

bug #10946: macro defines in ina90.h missing semicolon

Submitted by:  None
Submitted on:  Mon 08 Nov 2004 06:13:07 PM UTC  
 
Category: HeaderSeverity: 3 - Normal
Priority: 5 - NormalItem Group: None
Status: FixedPercent Complete: 0%
Assigned to: Eric Weddington <arcanum>Originator Email: -unavailable-
Open/Closed: ClosedRelease: None
Fixed Release: None

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Tue 09 Nov 2004 07:40:47 PM UTC, comment #1:

Fixed in CVS HEAD and 1.0 branch.

Eric Weddington <arcanum>
Project AdministratorIn charge of this item.
Mon 08 Nov 2004 06:13:07 PM UTC, original submission:

A missing semi-colon in the macro definitions of AVR assembler instructions whithin file ina90.h result in a parse error.

#define NOP() do { __asm_ __volatile__ ("nop") } while (0)

void short_delay (uint8_t x) {
_NOP();
}

works if _NOP() is defined as

#define NOP do { __asm_ __volatile__ ("nop"); } while (0)

Anonymous

 

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

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 09 Nov 2004 07:40:47 PM UTCarcanumStatusNone=>Fixed
  Open/ClosedOpen=>Closed
Tue 09 Nov 2004 06:33:02 PM UTCarcanumAssigned toNone=>arcanum

Back to the top


Powered by Savane 3.1-cleanup1