Skip to content

Commit da45d59

Browse files
committed
Merge preparations
1 parent b673e93 commit da45d59

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

OzoneJlink.jdebug

-2
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ void OnProjectLoad (void) {
259259
Project.SetTIFSpeed ("1 MHz");
260260
Project.AddSvdFile ("$(InstallDir)/Config/CPU/Cortex-M7F.svd");
261261
Project.AddPathSubstitute ("/home/mati/Software/Mudita/git/PurePhone", "$(ProjectDir)");
262-
Project.AddPathSubstitute ("/home/mati/software/mudita/git/purephone", "$(ProjectDir)");
263-
Project.AddPathSubstitute ("C:\Projects\PurePhone", "$(ProjectDir)");
264262
Project.SetOSPlugin("FreeRTOSPlugin");
265263
//
266264
// User settings

module-cellular/Modem/ATParser.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ std::vector<ATParser::Urc> ATParser::ParseURC() {
4040

4141
cpp_freertos::LockGuard lock(mutex);
4242

43-
LOG_FATAL(responseBuffer.c_str());
44-
4543
auto pos = responseBuffer.find("RDY");
4644
if (pos != std::string::npos) {
4745
resp.push_back(ATParser::Urc::MeInitializationSuccessful);

0 commit comments

Comments
 (0)