From 2105cdcb3087c603d51a9d654ec85ac9ccda21e2 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 3 Dec 2012 10:53:32 +0100 Subject: [PATCH] autoEject -> autoEjectTime --- ykcore/ykdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykcore/ykdef.h b/ykcore/ykdef.h index 659a19d..25171ac 100644 --- a/ykcore/ykdef.h +++ b/ykcore/ykdef.h @@ -216,7 +216,7 @@ struct nav_st { struct device_config_st { unsigned char mode; /* Device mode */ unsigned char crTimeout; /* Challenge-response timeout in seconds */ - unsigned short autoEject; /* Auto eject time in x10 seconds */ + unsigned short autoEjectTime; /* Auto eject time in x10 seconds */ }; #define MODE_OTP 0x00 /* OTP only */ -- 2.39.5