mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 14:27:35 +08:00
Fix backward conditional compilation
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4601 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
@@ -1558,7 +1558,7 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj, FAR const char *src, va_list a
|
||||
#ifdef CONFIG_LIBC_FLOATINGPOINT
|
||||
else if (strchr("eEfgG", FMT_CHAR))
|
||||
{
|
||||
#ifdef CONFIG_NOPRINTF_FIELDWIDTH
|
||||
#ifndef CONFIG_NOPRINTF_FIELDWIDTH
|
||||
double dblval = va_arg(ap, double);
|
||||
int dblsize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user