Skip to content

Avoid char* warning from C++ compiler

Latest
Compare
Choose a tag to compare
@DavidArmstrong DavidArmstrong released this 07 May 14:51
· 1 commit to main since this release

On some SAMD compilers, there was a warning given regarding handling of a constant string. This has been removed with the use of the strcpy() function.