updated comment.
This commit is contained in:
@@ -533,7 +533,8 @@ void Binary_Output_Init(
|
|||||||
{
|
{
|
||||||
unsigned i, j;
|
unsigned i, j;
|
||||||
|
|
||||||
/* initialize all the analog output priority arrays to NULL */
|
/* initialize all the analog output priority arrays, polarity, and
|
||||||
|
out-of-service properties. */
|
||||||
for (i = 0; i < MAX_BINARY_OUTPUTS; i++) {
|
for (i = 0; i < MAX_BINARY_OUTPUTS; i++) {
|
||||||
seeprom_bytes_read(NV_SEEPROM_BINARY_OUTPUT(i, NV_SEEPROM_BO_POLARITY),
|
seeprom_bytes_read(NV_SEEPROM_BINARY_OUTPUT(i, NV_SEEPROM_BO_POLARITY),
|
||||||
&Polarity[i], 1);
|
&Polarity[i], 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user