feat(core): tune consumption mask protection on T3B1

[no changelog]
pull/4098/head
tychovrahe 2 months ago committed by TychoVrahe
parent c42c268e05
commit 4b68431f7c

@ -20,8 +20,8 @@
#include STM32_HAL_H
#include "rng.h"
#define SAMPLES 110
#define TIMER_PERIOD 16640 // cca 10 KHz @ 160MHz
#define SAMPLES 119
#define TIMER_PERIOD 16000 // cca 10 KHz @ 160MHz
uint32_t pwm_data[SAMPLES] = {0};

Loading…
Cancel
Save