Added support for the FTP standalone client to the c64 target.

This commit is contained in:
oliverschmidt 2010-10-19 22:31:59 +00:00
parent fd18646d12
commit bcc2120570
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_MOUSE,WITH_PFS

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-conf.h,v 1.24 2010/10/03 10:30:54 oliverschmidt Exp $
* $Id: contiki-conf.h,v 1.25 2010/10/19 22:31:59 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -60,6 +60,9 @@
#define EMAIL_CONF_HEIGHT 20
#define EMAIL_CONF_ERASE 0
#define FTP_CONF_WIDTH 18
#define FTP_CONF_HEIGHT 22
#define IRC_CONF_WIDTH 40
#define IRC_CONF_HEIGHT 24