minor: use same LED pattern for cardem as other opplications

Change-Id: I5608c3312b648c0d59f79338ef1f97b6fe08f5b9
This commit is contained in:
Kévin Redon
2019-02-07 17:53:18 +01:00
committed by Eric Wild
parent f46de7b70f
commit 4a76fe50ea

View File

@@ -147,7 +147,8 @@ extern int main(void)
unsigned int i = 0;
led_init();
led_blink(LED_RED, BLINK_3O_5F);
led_blink(LED_RED, BLINK_ALWAYS_ON);
led_blink(LED_GREEN, BLINK_ALWAYS_ON);
/* Enable watchdog for 2000ms, with no window */
WDT_Enable(WDT, WDT_MR_WDRSTEN | WDT_MR_WDDBGHLT | WDT_MR_WDIDLEHLT |