mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +02:00
6 lines
157 B
C
6 lines
157 B
C
// This board does not use any security settings, so can just stay in secure
|
|
// mode without configuring the SAU.
|
|
|
|
static inline void TZ_SAU_Setup(void) {
|
|
}
|