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