commit | bfb6e07fd68e79281a4d491fe591007c32566959 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Jul 12 17:45:57 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Mon Jul 17 07:49:35 2023 +0200 |
tree | a33db14c145f426bb3f5692606f0ab0bfb7e336f | |
parent | f4b19106b2bc8366360fc1a2af1257087eb2ace3 [diff] [blame] |
RPC framework: Use the dedicated eRPC config file Change-Id: I906fdca6a0d10c747ddd92a0c008bebb22ad0a77 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/app/erpc_app.c b/app/erpc_app.c index af87f94..3ea7b86 100644 --- a/app/erpc_app.c +++ b/app/erpc_app.c
@@ -8,7 +8,7 @@ #include "test_app.h" #include "tfm_log.h" #include "erpc_server_start.h" -#include "target_cfg.h" +#include "config_erpc_target.h" #include "Driver_USART.h" #ifdef ERPC_UART