Commit c91302cb3518276f242f9f1b70b1e7bdf5941613
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 27 Apr 2014 15:46:17 +0000 (10:46 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Sun, 27 Apr 2014 18:15:59 +0000 (13:15 -0500)
This comment is no longer true for any of the listed platforms so its
best to adjust the wording to what might be relevant to users

2 files changed:
simavr/cores/sim_core_declare.h
simavr/cores/sim_tiny13.c

index 9c07612b2225d6b44c97a0e1291f4f7b549661ed..fa0b8c236c2ac6ec30922d4bd00b34ddf0ba1109 100644 (file)
@@ -48,7 +48,7 @@
        .fuse = { LFUSE_DEFAULT, HFUSE_DEFAULT, EFUSE_DEFAULT }, \
        .signature = { SIGNATURE_0,SIGNATURE_1,SIGNATURE_2 }
 #else
-// Disable signature for now, for ubuntu, gentoo and other using old avr toolchain
+// Disable signature when using an old avr toolchain
 #define DEFAULT_CORE(_vector_size) \
        .ramend = RAMEND, \
        .flashend = FLASHEND, \
index 0df8739fbaa28cc196f61207b82b19da0925dc4f..23793bc60e83807f47473c3ca480a44717b1abb5 100644 (file)
@@ -54,7 +54,7 @@ static const struct mcu_t {
                .flashend = FLASHEND,
                .e2end = E2END,
                .vector_size = 2,
-// Disable signature for now, for ubuntu, gentoo and other using old avr toolchain
+// Disable signature when using an old avr toolchain
 #ifdef SIGNATURE_0
                .signature = { SIGNATURE_0,SIGNATURE_1,SIGNATURE_2 },
                .fuse = { LFUSE_DEFAULT, HFUSE_DEFAULT },