<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 31, 2014 at 9:43 AM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div class="im">
<br>
</div>Can you give a few details of the differences? If it&#39;s, say, five bytes<br>
in memory that do different things then it might be best to keep the<br>
drivers unified and call out the differences. If it&#39;s fifty, then<br>
separate seems better. I&#39;m sure you&#39;re making the right call here by<br>
having them separate, but we should just circle around and make sure<br>
that&#39;s what we want to do. It would be unfortunate to have to maintain<br>
two pieces of mostly-identical code going forward.<br>
<div class="im"><br></div></blockquote></div><br></div><div class="gmail_extra">There is only 1 conflict in the &#39;settings&#39; structure.<br><br>  u8 autolk;  # UV-5R/UV-82/F-11<br><br>  u8 voxenable;  # UV-6<br><br>
</div><div class="gmail_extra">And then the one other byte is identified where is wasn&#39;t before.<br><br></div><div class="gmail_extra">The rest would be just be making sure the settings were the right ones for each radio type.<br>
<br>Jim<br></div><div class="gmail_extra"><br></div></div>