Commit a6a2bf09 authored by Claes Sjofors's avatar Claes Sjofors

OneWire ai device, increased read buffer

parent 621f79c6
......@@ -116,7 +116,7 @@ static pwr_tStatus IoCardRead( io_tCtx ctx,
{
io_sLocalAiDevice *local = (io_sLocalAiDevice *)cp->Local;
pwr_sClass_OneWire_AiDevice *op = (pwr_sClass_OneWire_AiDevice *)cp->op;
char str[80];
char str[256];
char *s;
pwr_tUInt32 error_count = op->Super.ErrorCount;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment