cc3200: Increase error led blynk period to 100ms

pull/1468/head
Daniel Campora 2015-09-11 09:34:42 +02:00
rodzic 3c4b78e166
commit c69642a460
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -56,8 +56,8 @@
/******************************************************************************
DEFINE CONSTANTS
******************************************************************************/
#define MPERROR_TOOGLE_MS (40)
#define MPERROR_SIGNAL_ERROR_MS (1000)
#define MPERROR_TOOGLE_MS (50)
#define MPERROR_SIGNAL_ERROR_MS (1200)
#define MPERROR_HEARTBEAT_ON_MS (80)
#define MPERROR_HEARTBEAT_OFF_MS (3920)