lpcmanager
Clone
Summary
Browse
Changes
Graph
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
11 months ago, Tomaz Orac
24326247f155
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s