aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/optiboot/optiboot.c
diff options
context:
space:
mode:
authoramcewen <amcewen@bcs.org.uk>2011-06-11 21:27:18 +0100
committeramcewen <amcewen@bcs.org.uk>2011-06-11 21:27:18 +0100
commit58aaa903f8aaaf7735ca2df803ec028b420a754b (patch)
treed2548a6d793dd615c47cec573f331aeb23314833 /bootloaders/optiboot/optiboot.c
parentedee02eaf19c4d13324959e6db881dc327342561 (diff)
parenta239d2c541094ef5445159360ae5d2d6a93dbf00 (diff)
Merge remote branch 'upstream/new-extension'
Moved my fork to the Arduino 1.0 codebase
Diffstat (limited to 'bootloaders/optiboot/optiboot.c')
-rw-r--r--bootloaders/optiboot/optiboot.c2
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;