Skip to content

Fix function declaration in ecc.h#9

Merged
rwols merged 1 commit intomainfrom
fix-declaration
Mar 24, 2026
Merged

Fix function declaration in ecc.h#9
rwols merged 1 commit intomainfrom
fix-declaration

Conversation

@rwols
Copy link
Copy Markdown
Collaborator

@rwols rwols commented Mar 23, 2026

In main.c, the function ecsm is invoked with a uint8_t* buffer. It is also defined as such in the ecc.c file. Only in the header file is it defined without taking arguments.

Newer ARM GNU compiler toolchains will point this out, but older versions did not.

@danungureanu-keysight
Copy link
Copy Markdown

Looks good to me, but I don't have an approve button. Do I somehow need to be added to the Keysight organization to be able to approve / merge?

@rwols rwols merged commit aacf7c5 into main Mar 24, 2026
1 check passed
@rwols rwols deleted the fix-declaration branch March 24, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants