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: libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c
- Revision:
- 5:c9c5bc673c64
- Parent:
- 0:4fb29d9ee571
--- a/libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c Tue Oct 18 07:06:12 2016 +0200 +++ b/libs/spirit1/SPIRIT1_Library/Src/SPIRIT_PktCommon.c Tue Oct 18 11:45:43 2016 +0200 @@ -131,7 +131,6 @@ /* Writes the new value on the PCKTCTRL4 register */ g_xStatus = SpiritSpiWriteRegisters(PCKTCTRL4_BASE, 1, &tempRegValue); - } @@ -149,7 +148,6 @@ /* Rebuild and return value */ return (tempRegValue & PCKTCTRL4_CONTROL_LEN_MASK); - } @@ -175,7 +173,6 @@ /* Writes the new value on the PCKTCTRL2 register */ g_xStatus = SpiritSpiWriteRegisters(PCKTCTRL2_BASE, 1, &tempRegValue); - }
