This commit is contained in:
Nav
2022-05-23 23:50:10 +01:00
parent 33da17e393
commit abfd47dc9c
3 changed files with 18 additions and 12 deletions

View File

@@ -459,7 +459,8 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
ioState = TargetPinState::IoState::LOW;
}
if (!padDescriptor.ddrSetAddress.has_value()
if (
!padDescriptor.ddrSetAddress.has_value()
|| !padDescriptor.gpioPortSetAddress.has_value()
|| !padDescriptor.gpioPinNumber.has_value()
) {