diff options
Diffstat (limited to 'cc3200/mpconfigport.h')
| -rw-r--r-- | cc3200/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index c3418707c..8f7c6e38e 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -161,5 +161,7 @@ typedef long mp_off_t; #define MICROPY_HAL_H "cc3200_hal.h" #define MICROPY_PIN_DEFS_PORT_H "pin_defs_cc3200.h" +#define MICROPY_PORT_HAS_TELNET (1) +#define MICROPY_PORT_HAS_FTP (1) #endif // __INCLUDED_MPCONFIGPORT_H |
