Changeset 483
- Timestamp:
- 02/23/07 23:39:30 (2 years ago)
- Files:
-
- trunk/hal/lpc2106-cmucam3/cc3_hal.h (modified) (2 diffs)
- trunk/hal/lpc2106-cmucam3/defs.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hal/lpc2106-cmucam3/cc3_hal.h
r455 r483 49 49 */ 50 50 typedef struct { 51 _cc3_camera_type_t camera_type;52 51 int16_t brightness; 53 52 int16_t contrast; … … 55 54 uint8_t clock_divider; 56 55 uint8_t resolution; 56 _cc3_camera_type_t camera_type; 57 57 bool auto_exposure; 58 58 bool auto_white_balance; trunk/hal/lpc2106-cmucam3/defs.mk
r339 r483 38 38 39 39 LIBS+= 40 override CFLAGS+=-I$(HALDIR)/../../include -O s-pipe -funit-at-a-time \40 override CFLAGS+=-I$(HALDIR)/../../include -O2 -pipe -funit-at-a-time \ 41 41 -Wall -Wstrict-prototypes -Wcast-align -Wcast-qual \ 42 42 -Wimplicit -Wmissing-declarations -Wmissing-prototypes \
