bolderflight / sbus

Arduino and CMake library for communicating with SBUS receivers and servos.
MIT License
373 stars 132 forks source link

std::array error Seeeduino Xiao Arduino IDE #76

Closed swampd32618 closed 5 months ago

swampd32618 commented 5 months ago

Compiling code with std::array I get the following error:

error: 'array' in namespace 'std' does not name a template type

Please adivise as to how to get around this error. Thanks in advance!

flybrianfly commented 5 months ago

Please use the latest version downloaded directly from github, which does not use std::array.

swampd32618 commented 5 months ago

Gotchya - thanks!MarshSent from my iPhoneOn Jan 19, 2024, at 12:50, Brian Taylor @.***> wrote: Please use the latest version downloaded directly from github, which does not use std::array.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>