We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86edea1 commit 233e997Copy full SHA for 233e997
qiling/hw/timer/gd32vf1xx_rtc.py
@@ -1,5 +1,10 @@
1
-import ctypes
+#!/usr/bin/env python3
2
+#
3
+# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4
5
+
6
7
+import ctypes
8
9
from qiling.hw.peripheral import QlPeripheral
10
qiling/hw/timer/gd32vf1xx_timer.py
@@ -1,3 +1,9 @@
import ctypes
0 commit comments