Changeset 341
- Timestamp:
- 01/16/07 21:18:27 (4 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
hal/virtual-cam/defs.mk (modified) (1 diff)
-
projects/cmucam2/polly.c (modified) (1 diff)
-
projects/polly/main.c (modified) (1 diff)
-
projects/polly/polly.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/virtual-cam/defs.mk
r315 r341 39 39 -Wreturn-type -Wshadow -Wstrict-prototypes -Wunused -Wextra \ 40 40 -Werror-implicit-function-declaration \ 41 -ffreestanding -std=gnu99 -g -fdata-sections -ffunction-sections 41 -ffreestanding -std=gnu99 -g -fdata-sections -ffunction-sections \ 42 -DVIRTUAL_CAM 42 43 43 44 override LDFLAGS+=-lm -
trunk/projects/cmucam2/polly.c
r340 r341 10 10 #include "conv.h" 11 11 12 #define VIRTUAL_CAM13 12 #define MMC_DEBUG 14 13 -
trunk/projects/polly/main.c
r335 r341 9 9 #include "polly.h" 10 10 11 #define VIRTUAL_CAM12 11 #define MMC_DEBUG 13 12 -
trunk/projects/polly/polly.c
r340 r341 11 11 #include "lreg.h" 12 12 13 #define VIRTUAL_CAM14 13 #define MMC_DEBUG 15 14
