diff --git a/app/src/substrate_dispatch.h b/app/src/substrate_dispatch.h index 74e4da8..d43813f 100644 --- a/app/src/substrate_dispatch.h +++ b/app/src/substrate_dispatch.h @@ -35,6 +35,9 @@ extern "C" { case 1: \ return PD_CALL_##CALL##_V1; \ \ + case 2: \ + return PD_CALL_##CALL##_V2; \ + \ default: \ return 0; \ } \