Skip to content

Commit

Permalink
Merge pull request #218 from Foundation-Devices/jeandudey/sft-1465-re…
Browse files Browse the repository at this point in the history
…move-unused-atttribute-in-se_dispatch

SFT-1465: Remove used attribute from se_dispatch
  • Loading branch information
jeandudey committed Apr 5, 2023
2 parents d1e3dbe + 3953446 commit 13d4214
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 13d4214

Please sign in to comment.