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.
Dependents: DISCO_IOT-wifi_client
Fork of stm-spirit1-rf-driver by
Diff: SimpleSpirit1.h
- Revision:
- 16:25dc4b811ad3
- Parent:
- 14:898a9d48dd03
- Child:
- 19:42df12d5f750
--- a/SimpleSpirit1.h Fri Nov 04 17:12:06 2016 +0100
+++ b/SimpleSpirit1.h Mon Nov 07 08:38:38 2016 +0100
@@ -78,7 +78,6 @@
CLEAR_RXBUF();
_spirit_rx_err = false;
_spirit_tx_started = false;
- printf("%s (%d)\n", __func__, __LINE__);
}
void start_rx_timeout(void) {
@@ -291,6 +290,10 @@
return SpiritLinearFifoReadNumElementsTxFifo();
}
+ void linear_fifo_set_almost_full_thr_rx(uint8_t cThrRxFifo) {
+ SpiritLinearFifoSetAlmostFullThresholdRx(cThrRxFifo);
+ }
+
/** Internal Spirit Methods */
void set_ready_state(void);
uint16_t arch_refresh_status(void);
