summaryrefslogtreecommitdiff
path: root/test/hil
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-11-26 17:56:18 +0700
committerhathach <[email protected]>2025-11-26 17:56:18 +0700
commit26a73df1581e5a7cb569a3cff422e31274ce6b28 (patch)
tree8cee84211f19f8137ec865563f2a4375430d6e4f /test/hil
parent0fa30024333508b6cd6e1a68dfaf3cdcf1377671 (diff)
add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo
Diffstat (limited to 'test/hil')
-rwxr-xr-xtest/hil/hil_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 6b7a5ee12..78d8975c6 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -36,6 +36,8 @@ import warnings
# Suppress pkg_resources deprecation warning from fs module
warnings.filterwarnings("ignore", message="pkg_resources is deprecated")
+# Suppress pyfatfs unclean unmount warning
+warnings.filterwarnings("ignore", message="Filesystem was not cleanly unmounted")
import serial
import subprocess