[chirp_devel] [PATCH] Fix memory range on Icom IC-T7H
6 Oct
2013
6 Oct
'13
4:04 p.m.
While implementing support for my second radio in CHIRP, I realized I had set the memory range wrong for the T7H. This fixes it :)
7 Oct
7 Oct
10:02 a.m.
_mem = self._memobj.memory[number-1]_flag = self._memobj.flags[number-1]
<snip>
_mem = self._memobj.memory[mem.number-1]_flag = self._memobj.flags[mem.number-1]
Can you add whitespace around the - operators here?
Otherwise, good fix. Thanks!
--
Dan Smith
www.danplanet.com
KK7DS
11:04 a.m.
Fixed!
On Mon, Oct 7, 2013 at 8:02 AM, Dan Smith dsmith@danplanet.com wrote:
_mem = self._memobj.memory[number-1]_flag = self._memobj.flags[number-1]<snip>
_mem = self._memobj.memory[mem.number-1]_flag = self._memobj.flags[mem.number-1]Can you add whitespace around the - operators here?
Otherwise, good fix. Thanks!
-- Dan Smith www.danplanet.com KK7DS
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
3867
Age (days ago)
3868
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dan Smith -
Eric Allen