Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when patching clip+ OF.
Change-Id: Ie03714778918bfb4a1087f60534d60ff349a8330
This commit is contained in:
parent
992a12670e
commit
0b2f5187a3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "system.h"
|
||||
#include "vuprintf.h"
|
||||
|
||||
#if 1
|
||||
#ifndef BOOTLOADER
|
||||
/* turn everything on */
|
||||
#define FMT_LENMOD (0xffffffff)
|
||||
#define FMT_RADIX (0xffffffff)
|
||||
|
|
Loading…
Reference in a new issue