Skip to content

Commit e23c77c

Browse files
Fixed internal build (#184)
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 679fbbd commit e23c77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/methods.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ PyObject* meth_flash_devices(PyObject* self, PyObject* args)
15141514
// Get the NeoDeviceEx from PyNeoDeviceEx
15151515
Py_buffer buffer = {};
15161516
NeoDeviceEx* nde = NULL;
1517-
if (!PyNeoDeviceEx_GetNeoDeviceEx(device, &buffer, &nde)) {
1517+
if (!PyNeoDeviceEx_GetNeoDeviceEx(obj, &buffer, &nde)) {
15181518
PyBuffer_Release(&buffer);
15191519
return NULL;
15201520
}

0 commit comments

Comments
 (0)