Skip to content

Commit 2c6f57b

Browse files
jeplergamblor21
andauthored
Update ports/espressif/common-hal/esp32_camera/Camera.c
Co-authored-by: Mark <[email protected]>
1 parent dc27fb9 commit 2c6f57b

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/common-hal/esp32_camera

1 file changed

+1
-1
lines changed

ports/espressif/common-hal/esp32_camera/Camera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void common_hal_esp32_camera_camera_construct(
6464
if (common_hal_espidf_get_reserved_psram() == 0) {
6565
mp_raise_msg(&mp_type_MemoryError, translate(
6666
"esp32_camera.Camera requires reserved PSRAM to be configured. "
67-
"See the documentation for instructions.");
67+
"See the documentation for instructions."));
6868
}
6969
for (int i = 0; i < 8; i++) {
7070
claim_pin_number(data_pins[i]);

0 commit comments

Comments
 (0)