Skip to content

Commit

Permalink
Revise fpp-to-cpp tests
Browse files Browse the repository at this point in the history
Remove NATIVE_INT_TYPE from handwritten code
  • Loading branch information
bocchino committed Mar 12, 2024
1 parent 51eb476 commit 31733f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace M {

}

void p_handler(NATIVE_INT_TYPE portNum) {
void p_handler(FwIndexType portNum) {

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace M {

}

virtual void pingIn_handler(NATIVE_INT_TYPE portNum) {
virtual void pingIn_handler(FwIndexType portNum) {

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Svc {

}

virtual void pingIn_handler(NATIVE_INT_TYPE portNum) {
virtual void pingIn_handler(FwIndexType portNum) {

}

Expand Down

0 comments on commit 31733f7

Please sign in to comment.