Imported Upstream version 2.6.3
This commit is contained in:
parent
45043b58d0
commit
fad6ced6f6
255 changed files with 11081 additions and 4629 deletions
|
|
@ -323,10 +323,10 @@ void upsdrv_shutdown(void)
|
|||
* work, else:*/
|
||||
/* fatalx(EXIT_FAILURE, "Shutdown only supported with the Generic Driver, type 6 and special cable"); */
|
||||
/*fatalx(EXIT_FAILURE, "shutdown not supported");*/
|
||||
int i, ret;
|
||||
int i;
|
||||
for(i=0;i<=5;i++)
|
||||
{
|
||||
ret = ser_send_char(upsfd, '#');
|
||||
ser_send_char(upsfd, '#');
|
||||
usleep(50000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue