Skip to content

Commit f54ae85

Browse files
author
Melissa LeBlanc-Williams
committed
Fixed Travis Error
1 parent cae01f6 commit f54ae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_fram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def _read_address(self, address, read_buffer):
317317
spi.readinto(read_buffer)
318318
return read_buffer
319319

320-
def _write(self, start_addressr, data, wraparound=False):
320+
def _write(self, start_address, data, wraparound=False):
321321
buffer = bytearray(3)
322322
if not isinstance(data, int):
323323
data_length = len(data)

0 commit comments

Comments
 (0)