removed obsolete printout
This commit is contained in:
parent
84ebc71b23
commit
02c4cae12f
@ -266,12 +266,6 @@ ReturnValue_t LinuxLibgpioIF::checkForConflictsRegularGpio(gpioId_t gpioIdToChec
|
|||||||
if(ownRegularGpio == nullptr) {
|
if(ownRegularGpio == nullptr) {
|
||||||
return GPIO_TYPE_FAILURE;
|
return GPIO_TYPE_FAILURE;
|
||||||
}
|
}
|
||||||
/* An entry for this GPIO already exists. Check if configuration
|
|
||||||
* of direction is equivalent */
|
|
||||||
if (gpioToCheck->direction != ownRegularGpio->direction) {
|
|
||||||
sif::warning << "LinuxLibgpioIF::checkForConflicts: Detected conflict for GPIO " <<
|
|
||||||
gpioIdToCheck << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Remove element from map to add because a entry for this GPIO
|
/* Remove element from map to add because a entry for this GPIO
|
||||||
already exists */
|
already exists */
|
||||||
|
Loading…
Reference in New Issue
Block a user