Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Accelerator Control System
epics-support
mcan
Commits
850bdd89
Commit
850bdd89
authored
Feb 09, 2018
by
Franksen, Benjamin
Browse files
vcan_iocsh: fixed argument hints for vcanConfigIrqTimeoutOffsets
parent
1a7fbc51
Changes
1
Hide whitespace changes
Inline
Side-by-side
mCANSupport/vcan_iocsh.c
View file @
850bdd89
...
...
@@ -185,8 +185,8 @@ static void vcanConfigDoneCall(const iocshArgBuf *args)
vcanConfigDone
();
}
static
const
iocshArg
vcanConfigIrqTimeoutOffsetsArg0
=
{
"
extra IRQ timeout for vcan2 (
ms
)
"
,
iocshArgInt
};
static
const
iocshArg
vcanConfigIrqTimeoutOffsetsArg1
=
{
"
extra IRQ timeout for vcan4 (
ms
)
"
,
iocshArgInt
};
static
const
iocshArg
vcanConfigIrqTimeoutOffsetsArg0
=
{
"
vcan2_irq_timeout_in_
ms"
,
iocshArgInt
};
static
const
iocshArg
vcanConfigIrqTimeoutOffsetsArg1
=
{
"
vcan4_irq_timeout_in_
ms"
,
iocshArgInt
};
static
const
iocshArg
*
const
vcanConfigIrqTimeoutOffsetsArgs
[]
=
{
&
vcanConfigIrqTimeoutOffsetsArg0
,
&
vcanConfigIrqTimeoutOffsetsArg1
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment