From 87a0124cd967996dc7b139a9b465914463edab1d Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 19 Dec 2018 17:21:10 +0700 Subject: [PATCH] add product link to feather nrf52840 --- README.md | 2 +- src/boards.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc9aa89..971aaaa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards. - [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406) -- Adafruit Feather nRF52840 Express +- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) - Nordic nRF52840DK PCA10056 - Nordic nRF52840DK PCA10059 ("Dongle") - Particle Argon diff --git a/src/boards.c b/src/boards.c index 72fa883..0aaee71 100644 --- a/src/boards.c +++ b/src/boards.c @@ -291,7 +291,7 @@ void led_state(uint32_t state) #endif } -#if LED_NEOPIXEL +#ifdef LED_NEOPIXEL // WS2812B (rev B) timing is 0.4 and 0.8 us #define MAGIC_T0H 6UL | (0x8000) // 0.375us