avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rif: [avr-gcc-list] Bug in avr-libc or?


From: Luca Monti
Subject: Rif: [avr-gcc-list] Bug in avr-libc or?
Date: Tue, 1 Jun 2004 09:54:37 +0200 (ora legale Europa occidentale)

 Hi, 
you must declare the variable as volatile

volatile uint8_8 var;

Volatile tells compiler that the variable is allocated in memory.

Hi.

PS. excuse me for my English.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]