✏typo in comment

"firstly declair it" -> "firstly declare it"
pull/217/head
valeriojr 2022-06-13 15:14:29 -03:00 committed by GitHub
parent 7563e00b32
commit f651585366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void register_camera(const pixformat_t pixel_fromat,
#if CONFIG_CAMERA_MODULE_ESP_EYE || CONFIG_CAMERA_MODULE_ESP32_CAM_BOARD
/* IO13, IO14 is designed for JTAG by default,
* to use it as generalized input,
* firstly declair it as pullup input */
* firstly declare it as pullup input */
gpio_config_t conf;
conf.mode = GPIO_MODE_INPUT;
conf.pull_up_en = GPIO_PULLUP_ENABLE;