Skip to content

Commit e7508ea

Browse files
author
Arto Kinnunen
committed
802.15.4 STM S2LP driver update
Sync with master v1.0.6
1 parent 6a244d7 commit e7508ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/802.15.4_RF/stm-s2lp-rf-driver/source/NanostackRfPhys2lp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ NanostackRfPhys2lp::NanostackRfPhys2lp(PinName spi_sdi, PinName spi_sdo, PinName
13281328
#ifdef AT24MAC
13291329
_mac(i2c_sda, i2c_scl),
13301330
#endif //AT24MAC
1331-
_mac_addr(), _rf(NULL), _mac_set(false),
1331+
_mac_addr(), _rf(NULL), _test_pins(NULL), _mac_set(false),
13321332
_spi_sdi(spi_sdi), _spi_sdo(spi_sdo), _spi_sclk(spi_sclk), _spi_cs(spi_cs), _spi_sdn(spi_sdn),
13331333
_spi_gpio0(spi_gpio0), _spi_gpio1(spi_gpio1), _spi_gpio2(spi_gpio2), _spi_gpio3(spi_gpio3)
13341334
{

0 commit comments

Comments
 (0)