lpcmanager
Clone
Summary
Browse
Changes
Graph
Add FW update methods using ExtendedCall and fix py3 and wxPython4 problems for FW update code
19 months ago, Edouard Tisserant
70f8f690580d
Add FW update methods using ExtendedCall and fix py3 and wxPython4 problems for FW update code
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "beremiz.h"
#include "rt_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;