1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Replace sprintf with tfp_sprintf

This commit is contained in:
Martin Budden 2017-05-28 07:04:52 +01:00
parent aa3f08ebae
commit 3a5010ea65
5 changed files with 20 additions and 24 deletions

View file

@ -17,7 +17,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>