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 mbed-dev by
Diff: targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510Init.c
- Revision:
- 153:fa9ff456f731
- Parent:
- 151:5eaa88a5bcc7
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510Init.c Thu Dec 15 11:48:27 2016 +0000 +++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510Init.c Tue Dec 20 17:27:56 2016 +0000 @@ -37,7 +37,7 @@ #include "ncs36510Init.h" void fPmuInit(void); -uint32_t ADC_Trim_Offset; + /** * @brief * Hardware trimming function @@ -94,8 +94,6 @@ RFANATRIMREG->TX_VCO_TRIM_LUT1 = TRIMREG->TX_VCO_LUT1.WORD;; RFANATRIMREG->TX_VCO_TRIM_LUT2 = TRIMREG->TX_VCO_LUT2.WORD;; - ADC_Trim_Offset = TRIMREG->ADC_OFFSET_TRIM; - status = True; } else {