Added support for the FTP standalone client to the c128 target.
This commit is contained in:
parent
bcc2120570
commit
da7c9700cb
1
examples/ftp/Makefile.c128.defines
Normal file
1
examples/ftp/Makefile.c128.defines
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS
|
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-conf.h,v 1.14 2010/10/03 10:30:53 oliverschmidt Exp $
|
* $Id: contiki-conf.h,v 1.15 2010/10/19 22:41:24 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKI_CONF_H__
|
#ifndef __CONTIKI_CONF_H__
|
||||||
|
@ -60,6 +60,9 @@
|
||||||
#define EMAIL_CONF_HEIGHT 20
|
#define EMAIL_CONF_HEIGHT 20
|
||||||
#define EMAIL_CONF_ERASE 0
|
#define EMAIL_CONF_ERASE 0
|
||||||
|
|
||||||
|
#define FTP_CONF_WIDTH 38
|
||||||
|
#define FTP_CONF_HEIGHT 22
|
||||||
|
|
||||||
#define IRC_CONF_WIDTH 80
|
#define IRC_CONF_WIDTH 80
|
||||||
#define IRC_CONF_HEIGHT 24
|
#define IRC_CONF_HEIGHT 24
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue