Skip to content

Commit 4532639

Browse files
committed
Add intno class
1 parent 77fd958 commit 4532639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiling/hw/sd/stm32f4xx_sdio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ class Type(ctypes.Structure):
5757
("FIFO" , ctypes.c_uint32), #SDIO data FIFO register, Address offset: 0x80
5858
]
5959

60-
def __init__(self, ql: Qiling, label: str):
60+
def __init__(self, ql: Qiling, label: str, intn: int):
6161
super().__init__(ql, label)
6262

63+
self.intn = intn
6364
self.sdio = self.struct()
6465

6566
@QlPeripheral.monitor()

0 commit comments

Comments
 (0)