mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-16 14:25:51 +02:00
8 lines
119 B
C++
8 lines
119 B
C++
#ifdef HAS_4G_MODEM
|
|
|
|
#include "SMSContacts.h"
|
|
|
|
// Global singleton
|
|
SMSContactStore smsContacts;
|
|
|
|
#endif // HAS_4G_MODEM
|