Changeset 497
- Timestamp:
- 02/27/07 22:52:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/hal/lpc2106-cmucam3/cc3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/lpc2106-cmucam3/cc3.c
r495 r497 695 695 if (state) { 696 696 REG (GPIO_IOCLR) = _CC3_CAM_POWER_DOWN; 697 _cc3_set_register_state(); // restore registers698 697 } else { 699 698 REG (GPIO_IOSET) = _CC3_CAM_POWER_DOWN; 700 699 } 700 _cc3_set_register_state(); // restore registers and clear pixbuf_frame 701 701 } 702 702
