From 66c9af240df5876fe53c8f73969cd98010c700fb Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 9 May 2018 15:24:32 +0000 Subject: [PATCH] Fix identifier not renamed in 3dda7a10. --- software/glasgow/gateware/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/glasgow/gateware/target.py b/software/glasgow/gateware/target.py index b467073b1..d08010e4f 100644 --- a/software/glasgow/gateware/target.py +++ b/software/glasgow/gateware/target.py @@ -81,7 +81,7 @@ def __init__(self): ] -class TestExposeI2C(GlasgowBase): +class TestMirrorI2C(GlasgowBase): def __init__(self): super().__init__()