SX1276: indent with tabs

This commit is contained in:
Pascal Langer
2020-06-15 23:34:56 +02:00
parent 908634474b
commit 2aa96dd129
3 changed files with 47 additions and 39 deletions

View File

@@ -40,6 +40,12 @@ enum
SX1276_4D_PADAC = 0x4D
};
enum
{
SX1276_36_LORA_REGHIGHBWOPTIMIZE1 = 0x36,
SX1276_3A_LORA_REGHIGHBWOPTIMIZE2 = 0x3A
};
enum
{
SX1276_OPMODE_SLEEP = 0,