Skip to content

Commit 11f20d0

Browse files
committed
Fix typo in comment
1 parent 8fc5cbb commit 11f20d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ bit_t LMIC_enableChannel(u1_t channel);
686686
bit_t LMIC_disableSubBand(u1_t band);
687687
bit_t LMIC_selectSubBand(u1_t band);
688688

689-
//! \brief get the number of (fixed) default channels before the progammable channels.
689+
//! \brief get the number of (fixed) default channels before the programmable channels.
690690
u1_t LMIC_queryNumDefaultChannels(void);
691691

692692
//! \brief check whether the LMIC is ready for a transmit packet

0 commit comments

Comments
 (0)