Skip to content

Commit

Permalink
adding compatability for new jetson models to avoid breaking getdata(…
Browse files Browse the repository at this point in the history
…) function
  • Loading branch information
anath93 committed Oct 30, 2023
1 parent f379444 commit 6744d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GPIOPinData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,10 @@ namespace GPIO
compats_jetson_orins
{
"nvidia,p3737-0000+p3701-0000",
"nvidia,p3737-0000+p3701-0001",
"nvidia,p3737-0000+p3701-0004",
"nvidia,p3737-0000+p3701-0005",
"nvidia,p3737-0000+p3701-0008",
},

CLARA_AGX_XAVIER_PIN_DEFS{ _CLARA_AGX_XAVIER_PIN_DEFS() },
Expand Down

0 comments on commit 6744d45

Please sign in to comment.