removed obsolete printout
This commit is contained in:
parent
048b239b92
commit
e32de64f21
@ -266,12 +266,6 @@ ReturnValue_t LinuxLibgpioIF::checkForConflictsRegularGpio(gpioId_t gpioIdToChec
|
||||
if(ownRegularGpio == nullptr) {
|
||||
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
|
||||
already exists */
|
||||
|
Loading…
Reference in New Issue
Block a user