Update such that tests pass for v1.2
This includes minor updates for the th different MCU variant, and bugfixes. Resolves #7
This commit is contained in:
@@ -107,7 +107,7 @@ namespace BSP {
|
||||
if (mode == output_mode_t::OPEN_DRAIN) {
|
||||
SET(m_gpio->OTYPER, mask);
|
||||
} else {
|
||||
SET(m_gpio->OTYPER, mask);
|
||||
CLR(m_gpio->OTYPER, mask);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user