circuitpython/shared-bindings/camera
Jeff Epler 3c4562c3ca camera: Provide correct forward-declaration of camera_imageformat_type
This resolves the build error
```
arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
arm-none-eabi-ld: build-spresense/libmpy.a(ImageFormat.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
```
2020-12-15 10:40:24 -06:00
..
Camera.c camera: Pass width and height to take_picture() 2020-09-16 13:55:57 +02:00
Camera.h camera: Pass width and height to take_picture() 2020-09-16 13:55:57 +02:00
ImageFormat.c camera: Provide correct forward-declaration of camera_imageformat_type 2020-12-15 10:40:24 -06:00
ImageFormat.h camera: Provide correct forward-declaration of camera_imageformat_type 2020-12-15 10:40:24 -06:00
__init__.c camera: Update camera module 2020-09-14 13:12:20 +02:00