Browse Source
Fix for multiple definition of comDat (#76)
* Fix for multiple definition of comDat
pull/92/head
akvavit01
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
wiringPiD/drcNetCmd.h
|
|
@@ -40,5 +40,4 @@ struct drcNetComStruct |
|
|
|
uint32_t pin ; |
|
|
|
uint32_t cmd ; |
|
|
|
uint32_t data ; |
|
|
|
} comDat ; |
|
|
|
|
|
|
|
}; |