Преглед изворни кода

Fix for multiple definition of comDat

pull/76/head
akvavit01 пре 4 година
committed by GitHub
родитељ
комит
c69c7d6005
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 9 додато и 1 уклоњено
  1. +9
    -1
      wiringPiD/drcNetCmd.h

+ 9
- 1
wiringPiD/drcNetCmd.h Прегледај датотеку

@@ -34,11 +34,19 @@
#define DRCN_DIGITAL_READ8 8
#define DRCN_ANALOG_READ 9


// Multiple definition for comDat fix
/*
struct drcNetComStruct
{
uint32_t pin ;
uint32_t cmd ;
uint32_t data ;
} comDat ;
*/

struct drcNetComStruct
{
uint32_t pin ;
uint32_t cmd ;
uint32_t data ;
};

Loading…
Откажи
Сачувај