Skip to content

Commit 9ef2801

Browse files
author
Marcelo Salazar
committed
Fix astyle format
1 parent beee062 commit 9ef2801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/802.15.4_RF/stm-s2lp-rf-driver/stm-s2lp-rf-driver/NanostackRfPhys2lp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ class TestPins_S2LP;
3636
class NanostackRfPhys2lp : public NanostackRfPhy {
3737
public:
3838
NanostackRfPhys2lp(PinName spi_sdi, PinName spi_sdo, PinName spi_sclk, PinName spi_cs, PinName spi_sdn
39-
,PinName spi_gpio0, PinName spi_gpio1, PinName spi_gpio2, PinName spi_gpio3
39+
, PinName spi_gpio0, PinName spi_gpio1, PinName spi_gpio2, PinName spi_gpio3
4040
#ifdef AT24MAC
41-
,PinName i2c_sda, PinName i2c_scl
41+
, PinName i2c_sda, PinName i2c_scl
4242
#endif //AT24MAC
43-
);
43+
);
4444
virtual ~NanostackRfPhys2lp();
4545
virtual int8_t rf_register();
4646
virtual void rf_unregister();

0 commit comments

Comments
 (0)