Skip to content

Commit

Permalink
include v2 types and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 committed Aug 28, 2023
1 parent 9cd4bd3 commit 1564c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/substrate_methods.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {

#define GET_PD_CALL(CALL, VERSION) (PD_CALL_##CALL##_V##VERSION)

#include "substrate_methods_V1.h"
#include "substrate_types_V1.h"
#include "substrate_methods_V2.h"
#include "substrate_types_V2.h"

typedef union {
pd_Method_V2_t V1;
Expand Down

0 comments on commit 1564c34

Please sign in to comment.