~aleteoryx/muditaos

ref: 2dc0bc36767a453732b2bdc45d1b5a44cc531708 muditaos/source/config.h -rw-r--r-- 127 bytes
2dc0bc36 — mkamonMdt [EGD-4850] Fix of statics between USB CDC and ServiceDesktop 5 years ago
                                                                                
1
2
3
4
5
6
7
#pragma once

#if defined(TARGET_Linux) && not defined(SERIAL_PORT)
#define ENABLE_GSM (0)
#else
#define ENABLE_GSM (1)
#endif