docs: fix formatting issues in api-guides

This commit is contained in:
Wang Fang
2020-09-24 15:30:28 +08:00
committed by Krzysztof Budzynski
parent 6d14bdf068
commit 00a99cfb9d
6 changed files with 36 additions and 21 deletions
@@ -20,7 +20,7 @@ void app_main(void)
/* Print chip information */
esp_chip_info_t chip_info;
esp_chip_info(&chip_info);
printf("This is %s chip with %d CPU cores, WiFi%s%s, ",
printf("This is %s chip with %d CPU core(s), WiFi%s%s, ",
CONFIG_IDF_TARGET,
chip_info.cores,
(chip_info.features & CHIP_FEATURE_BT) ? "/BT" : "",