From 2618534b8f067a18e455b384c335013ab16ac0aa Mon Sep 17 00:00:00 2001 From: Prashant Kamdar Date: Wed, 16 Feb 2022 14:11:31 +0530 Subject: [PATCH] removing syntax error the fh is supposed to be h --- micropython/examples/picosystem/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/picosystem/test.py b/micropython/examples/picosystem/test.py index f7f0ce4..47a12b2 100644 --- a/micropython/examples/picosystem/test.py +++ b/micropython/examples/picosystem/test.py @@ -1,4 +1,4 @@ -fh = 0 +h = 0 col = 0