From 10348126fea2c423025b0724916522e3309cf45f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 6 Feb 2013 22:37:55 +0000 Subject: moved ill-named usb-serial to lib/anyio git-svn-id: https://svn.spreadspace.org/avr/trunk@141 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/keystore.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usb-i2c-sl018/keystore.c') diff --git a/usb-i2c-sl018/keystore.c b/usb-i2c-sl018/keystore.c index c04f90d..5718e3f 100644 --- a/usb-i2c-sl018/keystore.c +++ b/usb-i2c-sl018/keystore.c @@ -25,8 +25,9 @@ #include #include #include -#include "usb_serial.h" + #include "led.h" +#include "anyio.h" #define EEPROM_SIZE 1024 typedef uint8_t keyslot_t[8]; @@ -40,9 +41,9 @@ void flash_keystore_from_stdio(void) printf("Flashing keys:\n\r"); fflush(stdout); for(uint8_t ks_pos=0;ks_pos 0) { ks[byte_pos++]=fgetc(stdin); bytes_received--; -- cgit v1.2.3