Skip to content

Commit

Permalink
Fix MacOS compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Dec 26, 2021
1 parent 5efaa3f commit 3d3067b
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 297 deletions.
2 changes: 1 addition & 1 deletion drivers/rotator/integra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

std::unique_ptr<Integra> integra(new Integra());

typedef struct
typedef struct COMMANDDESC
{
const char cmd[12];
char ret[2][3];
Expand Down
Loading

0 comments on commit 3d3067b

Please sign in to comment.