File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,6 @@ void OnProjectLoad (void) {
259
259
Project.SetTIFSpeed ("1 MHz");
260
260
Project.AddSvdFile ("$(InstallDir)/Config/CPU/Cortex-M7F.svd");
261
261
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)");
264
262
Project.SetOSPlugin("FreeRTOSPlugin");
265
263
//
266
264
// User settings
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ std::vector<ATParser::Urc> ATParser::ParseURC() {
40
40
41
41
cpp_freertos::LockGuard lock (mutex);
42
42
43
- LOG_FATAL (responseBuffer.c_str ());
44
-
45
43
auto pos = responseBuffer.find (" RDY" );
46
44
if (pos != std::string::npos) {
47
45
resp.push_back (ATParser::Urc::MeInitializationSuccessful);
You can’t perform that action at this time.
0 commit comments