Fix for multiple definition of comDat (#76)

* Fix for multiple definition of comDat
This commit is contained in:
akvavit01
2020-11-27 01:57:36 +07:00
committed by GitHub
parent d4b96c7cb4
commit 91f3520239

View File

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