summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 04:59:31 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 04:59:31 +0000
commitc476d19716641d583502d01df025321128922777 (patch)
tree5ad58310a77330938e3dbd74a474d917805f0f59 /usb-i2c-sl018
parentadded status command (diff)
cleanup
git-svn-id: https://svn.spreadspace.org/avr/trunk@177 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018')
-rw-r--r--usb-i2c-sl018/keystore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-i2c-sl018/keystore.c b/usb-i2c-sl018/keystore.c
index 5718e3f..c37dfb3 100644
--- a/usb-i2c-sl018/keystore.c
+++ b/usb-i2c-sl018/keystore.c
@@ -38,7 +38,7 @@ void flash_keystore_from_stdio(void)
{
keyslot_t ks;
uint8_t byte_pos=0;
- printf("Flashing keys:\n\r");
+ printf("Info(keystore): flashing\n\r");
fflush(stdout);
for(uint8_t ks_pos=0;ks_pos<EEPROM_SIZE/sizeof(ks);) {
anyio_task();
@@ -57,7 +57,7 @@ void flash_keystore_from_stdio(void)
}
}
}
- printf("\n");
+ printf("\n\r");
fputc(0, stdout);
led_off();
}