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
parent
commit
91f3520239
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      wiringPiD/drcNetCmd.h

+ 1
- 2
wiringPiD/drcNetCmd.h View File

@@ -40,5 +40,4 @@ struct drcNetComStruct
uint32_t pin ;
uint32_t cmd ;
uint32_t data ;
} comDat ;

};

Loading…
Cancel
Save