Poisoned sprintf and snprintf

This commit is contained in:
Martin Budden 2017-05-28 11:31:37 +01:00
parent 3a5010ea65
commit a6ba19aa97
1 changed files with 4 additions and 0 deletions

View File

@ -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"