Skip to content

Commit 5c26c0d

Browse files
committed
Expand tabs for consistency in lorabase_as923.h
1 parent 7641dba commit 5c26c0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lmic/lorabase_as923.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ enum { DR_PAGE_AS923 = 0x10 * (LMIC_REGION_as923 - 1) };
7676
enum { AS923_LMIC_REGION_EIRP = 1 }; // region uses EIRP
7777

7878
enum { AS923JP_LBT_US = 5000 }; // microseconds of LBT time -- 5000 ==>
79-
// 5 ms. We use us rather than ms for
80-
// future 128us support, and just for
81-
// backward compatibility -- there
82-
// is code that uses the _US constant,
83-
// and it's awkward to break it.
79+
// 5 ms. We use us rather than ms for
80+
// future 128us support, and just for
81+
// backward compatibility -- there
82+
// is code that uses the _US constant,
83+
// and it's awkward to break it.
8484

8585
enum { AS923JP_LBT_DB_MAX = -80 }; // maximum channel strength in dB; if TX
86-
// we measure more than this, we don't tx.
86+
// we measure more than this, we don't tx.
8787

8888
// AS923 v1.1, all channels face a 1% duty cycle. So this will have to change
8989
// in the future via a config. But this code base needs major changes for

0 commit comments

Comments
 (0)