?
Looks like a copy paste error here for mode B
?
? ? ? ? if (cw_mode == CW_IAMBICB){
? ? ? ? ? ? if (cw_next_symbol == CW_IDLE && cw_last_symbol == CW_DOT && (symbol_now & CW_DASH)){
? ? ? ? ? ? ? ? cw_next_symbol = CW_DASH;
? ? ? ? ? ? }
? ? ? ? ? ? if (cw_next_symbol == CW_IDLE && cw_last_symbol == CW_DASH && (symbol_now & CW_DOT)){
? ? ? ? ? ? ? ? cw_next_symbol = CW_DASH;???? this should be CW_DOT I think
?