From aac95eda6b1b817af65f183341c86144c7fed286 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 05:32:39 +0000 Subject: naming conventions for keystore git-svn-id: https://svn.spreadspace.org/avr/trunk@185 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/tuer-rfid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usb-i2c-sl018/tuer-rfid.c') diff --git a/usb-i2c-sl018/tuer-rfid.c b/usb-i2c-sl018/tuer-rfid.c index dcb1224..f3cf21b 100644 --- a/usb-i2c-sl018/tuer-rfid.c +++ b/usb-i2c-sl018/tuer-rfid.c @@ -63,10 +63,10 @@ void handle_cmd(uint8_t cmd) break; } case 'e': //flash eeprom - flash_keystore_from_stdio(); + keystore_flash_from_stdio(); break; case 'd': //dump eeprom - this breaks security! - dump_keystore_to_stdio(); + keystore_dump_to_stdio(); break; case 'o': eventqueue_push(cmd_open); -- cgit v1.2.3