mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17a688749a
because we need to use %llu to print the timer count value, but nano printf doesn't known that format
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
|
|
#
|
|
CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y
|
|
|
|
# Disable nano printf, because we need to print the timer count in %llu format
|
|
CONFIG_NEWLIB_NANO_FORMAT=n
|