mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-25 04:12:56 +02:00
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.
This commit is contained in:
@@ -21,10 +21,6 @@
|
||||
|
||||
#include "rp2350_stack.h"
|
||||
|
||||
/**
|
||||
* @brief Initialize MSP, PSP, MSPLIM, and PSPLIM stack pointers.
|
||||
* @retval None
|
||||
*/
|
||||
void stack_init(void)
|
||||
{
|
||||
__asm__ volatile (
|
||||
|
||||
Reference in New Issue
Block a user