Skip to content

Commit

Permalink
lcd160cr: Remove support for options in manifest.
Browse files Browse the repository at this point in the history
This is the last remaining use of the "options" feature. Nothing in the
main repo which `require()`'s this package sets it.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <[email protected]>
  • Loading branch information
jimmo authored and dpgeorge committed Dec 20, 2023
1 parent cee0945 commit 83f3991
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions micropython/drivers/display/lcd160cr/manifest.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 83f3991

Please sign in to comment.