version_2.0
Dependents: cc3000_ping_demo_try_2
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000_simplelink.cpp
- Revision:
- 33:9e23b24fb4f3
- Parent:
- 20:30b6ed7bf8fd
- Child:
- 45:50ab13d8f2dc
--- a/cc3000_simplelink.cpp Sun Oct 06 18:25:12 2013 +0200 +++ b/cc3000_simplelink.cpp Tue Oct 08 07:04:07 2013 +0200 @@ -85,14 +85,6 @@ return _rx_buffer; } -void cc3000_simple_link::set_received_buffer(uint8_t value) { - *_rx_buffer = value; -} - -void cc3000_simple_link::set_transmit_buffer(uint8_t value) { - *_tx_buffer = value; -} - void cc3000_simple_link::set_op_code(uint16_t code) { _rx_event_opcode = code; }