Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored Oct 9, 2023
1 parent 5ad2255 commit 2585ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/substrate_dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ extern "C" {
case 1: \
return PD_CALL_##CALL##_V1; \
\
case 2: \
return PD_CALL_##CALL##_V2; \
\
default: \
return 0; \
} \
Expand Down

0 comments on commit 2585ade

Please sign in to comment.