Greg, Perfect. I fixed the two files that had the problem.
cheers adam On Thu, Mar 5, 2020 at 1:48 PM Gregory Nutt <spudan...@gmail.com> wrote: > > > The error is correct. Check the coding standard. "Public Functions" > > is permitted only in C files, not header files. Header files may have > > "Public Function Prototypes" but not public functions. > > References: > > > https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard#fileorganization > > > https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard#hfilestructure > > > -- Adam Feuer <a...@starcat.io>