1.3.3.8 PAL_Reset Function
C
void PAL_Reset(void)
Summary
Allows a user to reset the PAL module.
Description
This routine performs a reset of the PAL module and the underlying PLC device.
Parameters
None.
Returns
None.
Example
if (PAL_Status == PAL_STATUS_ERROR)
{
PAL_Reset();
}
Remarks
None.
