mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Converted tabs to spaces
This commit is contained in:
parent
d09a1ca9f8
commit
9b70771539
4 changed files with 40 additions and 40 deletions
|
@ -4,11 +4,11 @@
|
|||
#include "common/utils.h"
|
||||
|
||||
enum rcc_reg {
|
||||
RCC_EMPTY = 0, // make sure that default value (0) does not enable anything
|
||||
RCC_AHB,
|
||||
RCC_APB2,
|
||||
RCC_APB1,
|
||||
RCC_AHB1,
|
||||
RCC_EMPTY = 0, // make sure that default value (0) does not enable anything
|
||||
RCC_AHB,
|
||||
RCC_APB2,
|
||||
RCC_APB1,
|
||||
RCC_AHB1,
|
||||
};
|
||||
|
||||
#define RCC_ENCODE(reg, mask) (((reg) << 5) | LOG2_32BIT(mask))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue