Fixed typos on booleans.

Merges https://github.com/espressif/esp-idf/pull/2067
This commit is contained in:
Le-Andrew
2018-06-15 19:32:43 +10:00
committed by Ivan Grokhotkov
parent 0cab3cecfd
commit a8da9c1b96
6 changed files with 6 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ uint64_t IRAM_ATTR esp_timer_impl_get_time()
ticks_per_us = s_timer_ticks_per_us;
/* Read them again and compare */
/* In this function, do not call timer_count_reload() when overflow is ture.
/* In this function, do not call timer_count_reload() when overflow is true.
* Because there's remain count enough to allow FRC_TIMER_COUNT_REG grow
*/
if (REG_READ(FRC_TIMER_COUNT_REG(1)) > timer_val &&