altos: Share getnibble function
authorKeith Packard <keithp@keithp.com>
Fri, 30 Nov 2012 23:04:21 +0000 (15:04 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 30 Nov 2012 23:04:21 +0000 (15:04 -0800)
commit81648829defbaf49fc98c4520540f7a20c50c417
treec79636a61586d93f5baaf0d4985acf77612bc329
parent289ead258e217bc10493caab12a8b477f1bc2865
altos: Share getnibble function

Two implementations of the same function, one in cc1111/ao_dbg.c and
the other in core/ao_send_packet.c.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/ao_dbg.c
src/core/ao.h
src/core/ao_cmd.c
src/core/ao_send_packet.c