From 704348f563e22f48d1f0c3d68fdb0a894c2f3d4c Mon Sep 17 00:00:00 2001 From: Andrew Wygle Date: Sat, 12 May 2018 15:26:18 -0700 Subject: Correct internal global buffers for lm4k --- icebox/icebox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox') diff --git a/icebox/icebox.py b/icebox/icebox.py index 4b835b0..36572c0 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -2081,8 +2081,8 @@ padin_pio_db = { (13, 21, 0), #2 fixed (13, 0, 0), #3 fixed - ( 0, 21, 1), #These two are questionable, but keep the order correct - (25, 21, 1), #They may need to be fixed if other package options are added. + (19, 21, 0), #These two are questionable, but keep the order correct + ( 6, 21, 0), #They may need to be fixed if other package options are added. (12, 0, 1), #6 fixed (12, 21, 1), #7 fixed -- cgit v1.2.3