Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000_simplelink.cpp
- Revision:
- 33:9e23b24fb4f3
- Parent:
- 20:30b6ed7bf8fd
- Child:
- 45:50ab13d8f2dc
diff -r e62d7252401e -r 9e23b24fb4f3 cc3000_simplelink.cpp
--- 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;
}
