X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fradio%2Fradio-rtlsdr.h;h=b0c22de0fc113a3fcbfa36e7148b3f9839363e09;hb=d809e9b8fc03a0a08060034c6ddbd4b4c4176399;hp=f3e2f45474341a7e02e803b7423e1462f8dd801b;hpb=41c462374fb25fae29f3b4a28eb99fdb639e8547;p=src%2Fapp-framework-binder.git diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index f3e2f454..b0c22de0 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -68,7 +69,7 @@ struct output_ctx { }; struct dev_ctx { - int used; // radio is free ??? + int used; /* TODO: radio is free ??? */ rtlsdr_dev_t* dev; Mode mode; float freq; @@ -95,4 +96,4 @@ STATIC void _radio_stop_threads (struct dev_ctx *); static unsigned int init_dev_count = 0; static struct dev_ctx **dev_ctx = NULL; -#endif /* RADIO_RTLSDR_H */ \ No newline at end of file +#endif /* RADIO_RTLSDR_H */