timer: disable nano printf for gptimer examples

because we need to use %llu to print the timer count value, but nano
printf doesn't known that format
This commit is contained in:
morris
2022-05-30 10:49:39 +08:00
parent 4b26a5d340
commit 17a688749a
6 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
# Disable nano printf, because we need to print the timer count in %llu format
CONFIG_NEWLIB_NANO_FORMAT=n