nuttx/boards/arm/lpc43xx
patacongo f00569816f Fix a few errors concerning use of section block comments in .c files: (#95)
1. No .c file should include a "Public Types" section.  Only a header file can define a public type.  A .c file can only define a private type.  Several files contained private type definitions.  The section that they were defined in, however, was incorrectly named "Public Types."  Those were easilty changed to "Private Types" which is what they are.

2. No .c file should include a "Public Function Prototypes" section.  All global function prototypes should be provided via a header file and never declared with a .c file.

For No. 2, I corrected as many cases as was reasonable for the time that I had available.  But there are still a dozen or so .c files that declare "Public Function Prototypes" within a .c file.  This is bad programming style.  These declarations should all be moved to the proper header files.
2020-01-14 00:37:54 +01:00
..
bambino-200e Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
lpc4330-xplorer Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc4337-ws Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00
lpc4357-evb Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc4370-link2 Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00