Add iocshSetError in a bunch of places

This commit is contained in:
JJL772
2025-02-05 10:16:16 -06:00
committed by Andrew Johnson
parent 48eed22f3b
commit 144f9756ea
6 changed files with 98 additions and 59 deletions
@@ -207,7 +207,7 @@ static const iocshFuncDef dbPvdTableSizeFuncDef = {
};
static void dbPvdTableSizeCallFunc(const iocshArgBuf *args)
{
dbPvdTableSize(args[0].ival);
iocshSetError(dbPvdTableSize(args[0].ival));
}
/* dbReportDeviceConfig */