diff --git a/micropython/drivers/display/lcd160cr/manifest.py b/micropython/drivers/display/lcd160cr/manifest.py index 5ce0557..9e18a02 100644 --- a/micropython/drivers/display/lcd160cr/manifest.py +++ b/micropython/drivers/display/lcd160cr/manifest.py @@ -1,8 +1,3 @@ metadata(description="LCD160CR driver.", version="0.1.0") -options.defaults(test=False) - module("lcd160cr.py", opt=3) - -if options.test: - module("lcd160cr_test.py", opt=3)