Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when patching clip+ OF.

Change-Id: Ie03714778918bfb4a1087f60534d60ff349a8330
This commit is contained in:
Michael Giacomelli 2018-05-23 00:07:57 +01:00
parent 992a12670e
commit 0b2f5187a3

View file

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