Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFT-1465: Remove used attribute from se_dispatch #218

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/stm32/boards/Passport/dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static inline void memset4(uint32_t* dest, uint32_t value, uint32_t byte_len) {
//
// A C-runtime compatible env. is running, so do some work.
//
__attribute__((used)) int se_dispatch(
int se_dispatch(
int method_num, uint8_t* buf_io, int len_in, uint32_t arg2, uint32_t incoming_sp, uint32_t incoming_lr) {
int rv = 0;

Expand Down