Skip to content

Commit

Permalink
Merge branch 'develop' into feature/VSbuild
Browse files Browse the repository at this point in the history
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
  • Loading branch information
MichalPrincNXP authored and Hadatko committed Mar 7, 2023
2 parents 90f4b3e + 8f77dad commit bd10d36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- run: powershell.exe "& 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe' .\erpcgen\VisualStudio_v14\erpcgen.sln /property:Configuration=Release"
- store_artifacts:
path: ./erpcgen/VisualStudio_v14/Release/erpcgen.exe

workflows:
build-workflow:
jobs:
Expand Down
8 changes: 8 additions & 0 deletions erpcgen/src/Utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/* Copyright 2023 NXP
* Copyright 2023 ACRIOS Systems s.r.o.
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "Utils.hpp"

void erpcgen::replaceAll(std::string &str, const std::string &from, const std::string &to)
Expand Down

0 comments on commit bd10d36

Please sign in to comment.