diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-02-22 22:02:22 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-02-22 22:02:22 -0500 |
commit | b416231d288d6b6ffe138bab764704bf2936962f (patch) | |
tree | da05ca6a3e3de0b1fb804a062c0a915c6ab0d825 /bootloaders/optiboot/optiboot.c | |
parent | 860c6f203103f329d192547c4f62ff2471f99b43 (diff) | |
parent | 7a66c18e70ae097f47654bd63d6172bb6452a384 (diff) |
Merge branch 'master' into new-extension
Diffstat (limited to 'bootloaders/optiboot/optiboot.c')
-rw-r--r-- | bootloaders/optiboot/optiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/optiboot/optiboot.c b/bootloaders/optiboot/optiboot.c index af92995..c7d817a 100644 --- a/bootloaders/optiboot/optiboot.c +++ b/bootloaders/optiboot/optiboot.c @@ -213,7 +213,7 @@ int main(void) { // If not, uncomment the following instructions: // cli(); // SP=RAMEND; // This is done by hardware reset - // asm volatile ("clr __zero_reg__"); + asm volatile ("clr __zero_reg__"); uint8_t ch; |