Poisoned sprintf and snprintf
This commit is contained in:
parent
3a5010ea65
commit
a6ba19aa97
|
@ -17,6 +17,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#if !defined(UNIT_TEST) && !defined(SITL)
|
||||
#pragma GCC poison sprintf snprintf
|
||||
#endif
|
||||
|
||||
#if defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F722xx)
|
||||
#include "stm32f7xx.h"
|
||||
#include "stm32f7xx_hal.h"
|
||||
|
|
Loading…
Reference in New Issue