1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 05:03:07 +00:00
trezor-firmware/embed/bootloader/mpu.h

7 lines
68 B
C

#ifndef __MPU_H__
#define __MPU_H__
void mpu_config(void);
#endif