mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
feat(core): tune consumption mask protection on T3B1
[no changelog]
This commit is contained in:
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…
Reference in New Issue
Block a user