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: RC_Green Drown RC_RX
Diff: nRF24L01P.h
- Revision:
- 3:4226283dd430
- Parent:
- 2:bee3d3ba881f
- Child:
- 5:d0c9b8b5cf75
--- a/nRF24L01P.h Tue Dec 10 00:13:53 2019 +0000
+++ b/nRF24L01P.h Tue Dec 10 00:22:33 2019 +0000
@@ -76,7 +76,7 @@
void NRF24L01_Check(void);
void NRF24L01_Init(uint8_t Chanal,uint8_t Mode);
void NRF_Send_TX(uint8_t * tx_buf, uint8_t len);
- void NRF_Send_TX(int * tx_buf, uint8_t len)
+ void NRF_Send_TX(int * tx_buf, uint8_t len);
void NRF24L01_IRQ(void);