Files
esp-idf/components/driver/test_apps/gptimer/sdkconfig.defaults
2022-08-25 17:55:19 +08:00

5 lines
153 B
Plaintext

CONFIG_FREERTOS_HZ=1000
CONFIG_ESP_TASK_WDT=n
# Disable nano printf, because we need to print the timer count in %llu format
CONFIG_NEWLIB_NANO_FORMAT=n