Skip to content

Commit f821736

Browse files
committed
remove the redundant #define
Those #define never used.
1 parent f8d9957 commit f821736

File tree

1 file changed

+1
-3
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/TARGET_DELTA_DFBM_NQ620

1 file changed

+1
-3
lines changed

targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/TARGET_DELTA_DFBM_NQ620/mbed_overrides.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC (NRF_LF_SRC_RC)
17-
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL 16
18-
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG 1
16+
1917
void mbed_sdk_init()
2018
{
2119
printf("", __TIME__, __DATE__);

0 commit comments

Comments
 (0)