Increased AL state change timeout to 5 s.

This commit is contained in:
Florian Pose 2010-10-25 09:57:37 +02:00
parent 869215071e
commit a7cdeeec13
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
/** Timeout while waiting for AL state change [s].
*/
#define EC_AL_STATE_CHANGE_TIMEOUT 2
#define EC_AL_STATE_CHANGE_TIMEOUT 5
/*****************************************************************************/