NeoPixelBus icon indicating copy to clipboard operation
NeoPixelBus copied to clipboard

Teensy - missing uint8_t in latest

Open dimitre opened this issue 1 year ago • 2 comments

I'm having this issue when using latest from github installing latest release in platformio it compiles OK Thank you for the great lib!

.pio/libdeps/development/NeoPixelBus/src/internal/methods/FractionClk.c:40:32: error: unknown type name 'uint8_t'
   40 | void UnitDecimalToFractionClks(uint8_t* resultN,
      |                                ^~~~~~~
.pio/libdeps/development/NeoPixelBus/src/internal/methods/FractionClk.c:30:1: note: 'uint8_t' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'?

dimitre avatar Aug 24 '24 21:08 dimitre

thanks, it looks like on that platform stdio.h doesn't include stdint.h. I will get a fix soon.

Makuna avatar Aug 25 '24 05:08 Makuna

https://github.com/Makuna/NeoPixelBus/pull/827

Makuna avatar Aug 26 '24 03:08 Makuna

https://github.com/Makuna/NeoPixelBus/releases/tag/2.8.1

Makuna avatar Sep 02 '24 04:09 Makuna