marcmerlin / ArduinoOnPc-FastLED-GFX-LEDMatrix

Run code for SmartMatrix, Adafruit-GFX-Library, FastLED (2D), and LEDMatrix on linux/Raspberry Pi with X11, SDL, or on top of RGBPanels
http://marc.merlins.org/perso/arduino/post_2020-01-01_Running-FastLED_-Adafruit_GFX_-and-LEDMatrix-code-on-High-Resolution-RGBPanels-with-a-Raspberry-Pi.html
GNU Lesser General Public License v3.0
29 stars 3 forks source link

fix randomSeed() argument type to match declaration #9

Closed vortigont closed 1 year ago

vortigont commented 1 year ago

fixes linker error being unable to find proper randomSeed() implementation

vortigont commented 1 year ago

updated with windows line ending

marcmerlin commented 1 year ago

the diff looks good now, thanks