make style

This commit is contained in:
merlokk 2021-08-25 14:44:06 +03:00
commit d46d23d079
18 changed files with 3972 additions and 4091 deletions

View file

@ -29,9 +29,9 @@
#define ADC_CHAN_LF 4
#if defined RDV4 || defined ICOPYX
#define ADC_CHAN_HF 7
#define ADC_CHAN_HF 7
#else
#define ADC_CHAN_HF 5
#define ADC_CHAN_HF 5
#endif
#define ADC_MODE_PRESCALE(x) ((x) << 8)
#define ADC_MODE_STARTUP_TIME(x) ((x) << 16)