Cleanup CC3D softserial - it only has enough pins/timers for one port.
commit91c7407806314e211d0a81b23b0db4613255de61
authorDominic Clifton <me@dominicclifton.name>
Mon, 20 Oct 2014 18:34:10 +0000 (20 19:34 +0100)
committerDominic Clifton <me@dominicclifton.name>
Mon, 20 Oct 2014 18:34:10 +0000 (20 19:34 +0100)
tree7055f0be916df38a18667e1a5af484080676e6f4
parentb08f51d88cdafc5204803eb4ad4b37ffa9949388
Cleanup CC3D softserial - it only has enough pins/timers for one port.
PR #124 incorrectly re-used the same timer hardware for the second port
which was bad.
src/main/drivers/adc_stm32f10x.c
src/main/drivers/serial_softserial.c
src/main/drivers/serial_softserial.h
src/main/io/serial.c
src/main/target/CC3D/target.h
src/main/target/CHEBUZZF3/target.h
src/main/target/EUSTM32F103RC/target.h
src/main/target/NAZE/target.h
src/main/target/NAZE32PRO/target.h
src/main/target/OLIMEXINO/target.h