mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
[EDG-3019] Moved log.hpp and debug.hpp into main PurePhone repo
This commit is contained in:
committed by
PrzeBrudny
parent
6c9ebb83c3
commit
c0822b6658
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user