From 1899e233a4e6aa75f93a42ee5c3249896be91485 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 6 Jun 2016 11:49:26 -0400 Subject: Remove the 6-second blue blink for alpha board. --- projects/libhal-test/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/libhal-test/main.c b/projects/libhal-test/main.c index 2776750..a40871b 100644 --- a/projects/libhal-test/main.c +++ b/projects/libhal-test/main.c @@ -44,15 +44,17 @@ int main(void) { stm_init(); +#ifdef TARGET_CRYPTECH_DEV_BRIDGE // Blink blue LED for six seconds to not upset the Novena at boot. led_on(LED_BLUE); for (int i = 0; i < 12; i++) { HAL_Delay(500); led_toggle(LED_BLUE); } - fmc_init(); led_off(LED_BLUE); +#endif led_on(LED_GREEN); + fmc_init(); __main(); -- cgit v1.2.3