mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15501 from OpenNuvoton/tfm_fix_function_undeclare
TFM: Fix undeclared function tfm_ns_interface_initpull/15507/head
commit
7ae592dabe
|
@ -18,6 +18,8 @@
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
#include "tfm_ns_interface.h"
|
#include "tfm_ns_interface.h"
|
||||||
|
|
||||||
|
int32_t tfm_ns_interface_init(void);
|
||||||
|
|
||||||
void mbed_tfm_init(void)
|
void mbed_tfm_init(void)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue