From f9e6a78882cda5fa493c1f354c047cc7754ddb76 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 13 Nov 2016 14:53:36 +0000 Subject: [PATCH] Update CMD_FS' fields to the current API --- cpu/cc26xx-cc13xx/rf-core/smartrf-settings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpu/cc26xx-cc13xx/rf-core/smartrf-settings.c b/cpu/cc26xx-cc13xx/rf-core/smartrf-settings.c index e89cb2342..24cef30e0 100644 --- a/cpu/cc26xx-cc13xx/rf-core/smartrf-settings.c +++ b/cpu/cc26xx-cc13xx/rf-core/smartrf-settings.c @@ -118,9 +118,9 @@ rfc_CMD_FS_t smartrf_settings_cmd_fs = .synthConf.bTxMode = 0x0, .synthConf.refFreq = 0x0, .__dummy0 = 0x00, - .midPrecal = 0x00, - .ktPrecal = 0x00, - .tdcPrecal = 0x0000, + .__dummy1 = 0x00, + .__dummy2 = 0x00, + .__dummy3 = 0x0000, }; /*---------------------------------------------------------------------------*/ /* CMD_PROP_TX_ADV */