summaryrefslogtreecommitdiffstats
path: root/amtider.c
diff options
context:
space:
mode:
Diffstat (limited to 'amtider.c')
-rw-r--r--amtider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amtider.c b/amtider.c
index 1757cdd..884f9f5 100644
--- a/amtider.c
+++ b/amtider.c
@@ -203,6 +203,7 @@ int main(int argc, char *argv[])
r.cb_recv = recv_ider;
r.cb_state = state_ider;
r.enable_options = 0x18;
+ r.lba_size = (unsigned int)1 << 11;
if (NULL != (h = getenv("AMT_PASSWORD")))
snprintf(r.pass, sizeof(r.pass), "%s", h);