From c69b87d59340d37de4c389791e4b8e1cc5cad713 Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 6 Nov 2017 16:14:41 +0000 Subject: Fix 5k gbin configuration --- icebox/icebox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox/icebox.py') diff --git a/icebox/icebox.py b/icebox/icebox.py index e6243ac..fde97dc 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -1190,8 +1190,8 @@ gbufin_db = { "5k": [ ( 6, 0, 6), #checked (12, 0, 5), #checked - (13, 0, 7), #unknown - (19, 0, 0), #checked + (13, 0, 0), #checked + (19, 0, 7), #checked ( 6, 31, 3), #checked (12, 31, 4), #checked (13, 31, 1), #checked -- cgit v1.2.3