Skip to content

Commit f3c1c90

Browse files
authored
typo
small copy&paste typo
1 parent c9d4f25 commit f3c1c90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/mac/LoRaMacTypes.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@
5858
typedef enum eFType
5959
{
6060
/*!
61-
* Frame type A
61+
* Frame type A
6262
*
6363
* FOptsLen > 0, Fopt present, FPort > 0, FRMPayload present
6464
*/
6565
FRAME_TYPE_A,
6666
/*!
67-
* LoRaWAN device class B
67+
* Frame type B
6868
*
6969
* FOptsLen > 0, Fopt present, FPort not present, FRMPayload not present
7070
*/
7171
FRAME_TYPE_B,
7272
/*!
73-
* LoRaWAN device class C
73+
* Frame type C
7474
*
7575
* FOptsLen = 0, Fopt not present, FPort = 0 , FRMPayload containing MAC commands
7676
*/
7777
FRAME_TYPE_C,
7878
/*!
79-
* LoRaWAN device class D
79+
* Frame type D
8080
*
8181
* FOptsLen = 0, Fopt not present, FPort > 0 , FRMPayload present
8282
*/

0 commit comments

Comments
 (0)