summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018
diff options
context:
space:
mode:
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();
}