From 368f4dcca9f8fdadfee527345b59f7a7ba6d6367 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 3 Dec 2016 21:16:13 -0500 Subject: Update tools encode a 2.5 MHz signal with the AVR. --- src/survive.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/survive.c') diff --git a/src/survive.c b/src/survive.c index 3712537..726e237 100644 --- a/src/survive.c +++ b/src/survive.c @@ -35,12 +35,13 @@ struct SurviveContext * survive_init( void(*ff)( struct SurviveContext * ctx, co return 0; } +#if 0 //Next, pull out the config stuff. -/* char * ct0conf; - int len = survive_get_config( &ct0conf, ctx, 1, 0 ); + char * ct0conf; + int len = survive_get_config( &ct0conf, ctx, 0, 0 ); printf( "%d\n", len ); puts( ct0conf ); -*/ +#endif //ctx->headset->photos = malloc( ctx->headset->sensors * sizeof(struct SurvivePhoto) ); return ctx; -- cgit v1.2.3