Skip to content

Commit

Permalink
Fix for multiple definition of comDat (WiringPi#76)
Browse files Browse the repository at this point in the history
* Fix for multiple definition of comDat
  • Loading branch information
akvavit01 authored Nov 26, 2020
1 parent d4b96c7 commit 91f3520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiringPiD/drcNetCmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ struct drcNetComStruct
uint32_t pin ;
uint32_t cmd ;
uint32_t data ;
} comDat ;

};

0 comments on commit 91f3520

Please sign in to comment.