Skip to content

Commit 6f81236

Browse files
committed
drivers/sdcard/sdcard.py: Removed micropython.native to make ruff happy.
SyntaxError: invalid arch on decorator. Signed-off-by: Marcus Mendenhall, mendenmh@gmail.com
1 parent a72d12d commit 6f81236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

micropython/drivers/storage/sdcard/sdcard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def init_card(self, baudrate):
147147
# set to high data rate now that it's initialised
148148
self.init_spi(baudrate)
149149

150-
@micropython.native
151150
def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False):
152151
cs = self.cs # prebind
153152
w = self.spi.write

0 commit comments

Comments
 (0)