Skip to content

Commit

Permalink
SFT-1464: Remove dfu_by_request declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
  • Loading branch information
jeandudey committed Mar 24, 2023
1 parent fec3e88 commit 7e3988a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ports/stm32/boards/Passport/dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
*/
#pragma once

// Start DFU, or return doing nothing if chip is secure (no DFU possible).
extern void dfu_by_request(void);

/* Temporary declaration for unit-testing */
extern int se_dispatch(
int method_num, uint8_t* buf_io, int len_in, uint32_t arg2, uint32_t incoming_sp, uint32_t incoming_lr);
Expand Down

0 comments on commit 7e3988a

Please sign in to comment.