blind alert sound shorter
This commit is contained in:
parent
15a095ea76
commit
f77414be2b
@ -137,7 +137,7 @@ static void Sound_DoSound_Blind_Alert(void)
|
|||||||
{
|
{
|
||||||
uint8_t nI;
|
uint8_t nI;
|
||||||
|
|
||||||
for(nI=0; nI<50; nI++)
|
for(nI=0; nI<20; nI++)
|
||||||
{
|
{
|
||||||
WRITE(BEEPER,HIGH);
|
WRITE(BEEPER,HIGH);
|
||||||
delayMicroseconds(94);
|
delayMicroseconds(94);
|
||||||
|
Loading…
Reference in New Issue
Block a user