Skip to content

Commit af1ab8d

Browse files
committed
chore(openamp): remove useless function
Signed-off-by: Frederic Pillon <[email protected]>
1 parent c405bf2 commit af1ab8d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: cores/arduino/stm32/OpenAMP/openamp.c

-10
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,6 @@ void OPENAMP_DeInit()
164164
metal_finish();
165165
}
166166

167-
/**
168-
* @brief Initialize the endpoint struct
169-
*
170-
* @param ept: virtio rpmsg endpoint
171-
*/
172-
void OPENAMP_init_ept(struct rpmsg_endpoint *ept)
173-
{
174-
rpmsg_init_ept(ept, "", RPMSG_ADDR_ANY, RPMSG_ADDR_ANY, NULL, NULL);
175-
}
176-
177167
/**
178168
* @brief Create and register the name service endpoint
179169
*

0 commit comments

Comments
 (0)