aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-03 21:16:13 -0500
committercnlohr <lohr85@gmail.com>2016-12-03 21:16:13 -0500
commit368f4dcca9f8fdadfee527345b59f7a7ba6d6367 (patch)
treeeaf7b4f4a281cd892dee7159df9ca7b4ff2c7cf8 /src/survive.c
parent684b109e8cd3246c93fdec3e63157bbd11bb359a (diff)
downloadlibsurvive-368f4dcca9f8fdadfee527345b59f7a7ba6d6367.tar.gz
libsurvive-368f4dcca9f8fdadfee527345b59f7a7ba6d6367.tar.bz2
Update tools encode a 2.5 MHz signal with the AVR.
Diffstat (limited to 'src/survive.c')
-rw-r--r--src/survive.c7
1 files changed, 4 insertions, 3 deletions
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;