/[avr-libc]/avr-libc/include/avr/wdt.h
ViewVC logotype

Diff of /avr-libc/include/avr/wdt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.4 by joerg_wunsch, Wed Aug 31 05:13:30 2005 UTC revision 1.9.2.5 by joerg_wunsch, Sun Nov 6 21:30:13 2005 UTC
# Line 137  Line 137 
137  #define wdt_disable() \  #define wdt_disable() \
138  __asm__ __volatile__ (  \  __asm__ __volatile__ (  \
139      "in __tmp_reg__, __SREG__" "\n\t" \      "in __tmp_reg__, __SREG__" "\n\t" \
140        "cli" "\n\t" \
141      "sts %0, %1" "\n\t" \      "sts %0, %1" "\n\t" \
142      "sts %0, __zero_reg__" "\n\t" \      "sts %0, __zero_reg__" "\n\t" \
143      "out __SREG__,__tmp_reg__" "\n\t" \      "out __SREG__,__tmp_reg__" "\n\t" \
# Line 175  __asm__ __volatile__ (  \ Line 176  __asm__ __volatile__ (  \
176  #define wdt_disable() \  #define wdt_disable() \
177  __asm__ __volatile__ (  \  __asm__ __volatile__ (  \
178      "in __tmp_reg__, __SREG__" "\n\t" \      "in __tmp_reg__, __SREG__" "\n\t" \
179         "cli" "\n\t" \
180      "out %0, %1" "\n\t" \      "out %0, %1" "\n\t" \
181      "out %0, __zero_reg__" "\n\t" \      "out %0, __zero_reg__" "\n\t" \
182      "out __SREG__,__tmp_reg__" "\n\t" \      "out __SREG__,__tmp_reg__" "\n\t" \

Legend:
Removed from v.1.9.2.4  
changed lines
  Added in v.1.9.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26