1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Poisoned sprintf and snprintf

This commit is contained in:
Martin Budden 2017-05-28 11:31:37 +01:00
parent 3a5010ea65
commit a6ba19aa97

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"