mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-19 12:34:31 -04:00
8 lines
127 B
C
8 lines
127 B
C
#pragma once
|
|
|
|
#if defined(TARGET_Linux) && not defined(SERIAL_PORT)
|
|
#define ENABLE_GSM (0)
|
|
#else
|
|
#define ENABLE_GSM (1)
|
|
#endif
|