FreeCalypso > hg > fc-rfcal-tools
comparison cmu200/mode.c @ 38:8877634feba5
fc-cmu200d: use either main or Aux Tx
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 27 May 2017 02:10:29 +0000 |
| parents | b552e8d86474 |
| children |
comparison
equal
deleted
inserted
replaced
| 37:498b90f6e224 | 38:8877634feba5 |
|---|---|
| 10 | 10 |
| 11 cmu200_session_begin() | 11 cmu200_session_begin() |
| 12 { | 12 { |
| 13 current_mode = OP_MODE_UNDEF; | 13 current_mode = OP_MODE_UNDEF; |
| 14 } | 14 } |
| 15 | |
| 16 stop_signal_gen() | |
| 17 { | |
| 18 if (current_mode == OP_MODE_SIGNAL_GEN) | |
| 19 send_scpi_cmd("ABORT:RFG\n"); | |
| 20 } |
