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.
Diff: sx1276/sx1276-hal.cpp
- Revision:
- 17:8add7ec2ee9c
- Parent:
- 15:04374b1c33fa
--- a/sx1276/sx1276-hal.cpp Tue Mar 31 13:35:04 2015 +0000
+++ b/sx1276/sx1276-hal.cpp Thu Jun 18 19:12:11 2015 +0000
@@ -71,7 +71,11 @@
fake( D8 )
#else
: SX1276( txDone, txTimeout, rxDone, rxTimeout, rxError, fhssChangeChannel, cadDone, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ),
- antSwitch( A4 ),
+ #ifdef TARGET_LPC11U6X
+ antSwitch( P0_23 ),
+ #else
+ antSwitch( A4 ),
+ #endif
fake( A3 )
#endif
{