Fix conflicts with STM32 DADDR, knx DADDR rename DEVADDR

This commit is contained in:
etrinh
2020-04-02 18:25:52 +02:00
parent 34df27ee87
commit ced8aa0a31
4 changed files with 3 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ Stm32Platform::~Stm32Platform()
void Stm32Platform::restart()
{
println("restart");
NVIC_SystemReset();
}