cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
26 stars 4 forks source link

Replace kit_sch's msgtbl.c SplitStr() with strtok() #73

Closed open-stemware closed 6 months ago

open-stemware commented 7 months ago

KIT_SCH's msgtbl.c SplitStr() function is an unnecessary custom solution that can be replaced by C's strtok() function. SplitStr()'s also contains code that generates warnings with newer compiler versions.