Commit Graph

5 Commits

Author SHA1 Message Date
Kevin Thomas 0ba55275e0 Fixed improper _ 2026-04-11 10:52:10 -04:00
Kevin Thomas c46bcba401 fix: remove duplicate docstrings from public functions in .c files
Public function docstrings belong exclusively in .h headers per
coding convention. Only static helper functions and static variables
retain docstrings in .c files. Removed 413 duplicate docstrings
across 185 files (15 CBM + 15 C SDK projects). All 30 projects
rebuild with zero errors.
2026-04-06 08:49:37 -04:00
Kevin Thomas a98b864d4c Fixed drivers 2026-03-23 11:20:32 -04:00
Kevin Thomas 91faba6800 Updated Drivers 2026-03-23 09:33:04 -04:00
Kevin Thomas 7601201d66 Drivers 2026-03-22 20:39:16 -04:00