Using Arduino 1.8.19 / Teensyduino 1.59 and the included example FastLED_Cylon.ino. The code never returns from the function call:
Same thing happens using Sloeber 4.3.3 + https://www.pjrc.com/teensy/package_teensy_index.json
It does work with Arduino 1.8.15 / Teensyduino 1.54.
C++:
LEDS.addLeds<WS2812SERIAL, DATA_PIN, RGB>(leds, NUM_LEDS);
Same thing happens using Sloeber 4.3.3 + https://www.pjrc.com/teensy/package_teensy_index.json
It does work with Arduino 1.8.15 / Teensyduino 1.54.