mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 21:38:26 +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 STM32_HAL_H
|
||||||
#include "rng.h"
|
#include "rng.h"
|
||||||
|
|
||||||
#define SAMPLES 110
|
#define SAMPLES 119
|
||||||
#define TIMER_PERIOD 16640 // cca 10 KHz @ 160MHz
|
#define TIMER_PERIOD 16000 // cca 10 KHz @ 160MHz
|
||||||
|
|
||||||
uint32_t pwm_data[SAMPLES] = {0};
|
uint32_t pwm_data[SAMPLES] = {0};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user