[EDG-3019] Moved log.hpp and debug.hpp into main PurePhone repo

This commit is contained in:
Przemyslaw Brudny
2020-03-24 13:56:18 +01:00
committed by PrzeBrudny
parent 6c9ebb83c3
commit c0822b6658
132 changed files with 224 additions and 134 deletions

View File

@@ -11,7 +11,7 @@
#include "ThreadRecord.hpp"
#include "SMSRecord.hpp"
#include <cassert>
#include <segger/log/log.hpp>
#include <log/log.hpp>
ThreadRecordInterface::ThreadRecordInterface(SmsDB *smsDb, ContactsDB *contactsDb)
: smsDB(smsDb), contactsDB(contactsDb)