Skip to content
Snippets Groups Projects
Commit 79b163a4 authored by Tobias Kahlki's avatar Tobias Kahlki Committed by Tobias Kahlki
Browse files

mv:mx8mp: Add keypad_init to emission test

parent 0ade1106
No related branches found
No related tags found
1 merge request!278mv:mx8mp: fix emission and immunity tests for modular vision
......@@ -22,6 +22,7 @@ MMC_umount for i in $(mount | grep mmcblk1 | awk '{print $1}');
USB_sticks_umount for i in $(grep /dev/sd /proc/mounts | awk '{print $1}'); do umount $i; done
Touchtest_remove_socket rm -f /touch_tst_socket
Touchtest_start touchmon -d -i /dev/input/event0 -s /touch_tst_socket -p 0
Keypad_Init keypad_init
#-----------------------------------------------------------------------------#
# TESTCASES #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment