lcd160cr: Remove support for options in manifest.

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 <jim.mussared@gmail.com>
pull/767/head
Jim Mussared 2023-11-10 16:07:35 +11:00 zatwierdzone przez Damien George
rodzic cee0945f1c
commit 83f3991f41
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -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)