mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-30 11:28:21 +00:00
7 lines
68 B
C
7 lines
68 B
C
#ifndef __MPU_H__
|
|
#define __MPU_H__
|
|
|
|
void mpu_config(void);
|
|
|
|
#endif
|