Big assert / debug clean up

This commit is contained in:
Dario
2023-07-12 14:05:51 +01:00
parent 27350f71b8
commit 6da6666559
26 changed files with 108 additions and 218 deletions

View File

@@ -1,8 +1,10 @@
#include <sta/devices/stm32/bus/i2c.hpp>
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <cstring>
#ifdef STA_PLATFORM_STM32
namespace sta
{
STM32I2C::STM32I2C(I2C_HandleTypeDef * handle, Mutex * mutex)
@@ -126,3 +128,5 @@ namespace sta
}
} // namespace sta
#endif // STA_PLATFORM_STM32

View File

@@ -1,6 +1,6 @@
#include <sta/devices/stm32/init.hpp>
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#ifdef STA_STM32_DELAY_US_TIM