blind alert sound shorter

This commit is contained in:
Marek Kühn 2019-08-05 12:41:27 +02:00
parent 15a095ea76
commit f77414be2b

View File

@ -137,7 +137,7 @@ static void Sound_DoSound_Blind_Alert(void)
{
uint8_t nI;
for(nI=0; nI<50; nI++)
for(nI=0; nI<20; nI++)
{
WRITE(BEEPER,HIGH);
delayMicroseconds(94);