Skip to content

Commit 87ccbcc

Browse files
committed
Add sdio intno default value
1 parent 4532639 commit 87ccbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiling/hw/sd/stm32f4xx_sdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ 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, intn: int):
60+
def __init__(self, ql: Qiling, label: str, intn: int = None):
6161
super().__init__(ql, label)
6262

6363
self.intn = intn

0 commit comments

Comments
 (0)