mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Added support for the FTP standalone client to the apple2enh target.
This commit is contained in:
parent
3c655eed6f
commit
abe360e9fb
1
examples/ftp/Makefile.apple2enh.defines
Normal file
1
examples/ftp/Makefile.apple2enh.defines
Normal file
@ -0,0 +1 @@
|
||||
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_MOUSE
|
@ -30,7 +30,7 @@
|
||||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $Id: contiki-conf.h,v 1.22 2010/04/11 21:23:45 oliverschmidt Exp $
|
||||
* $Id: contiki-conf.h,v 1.23 2010/10/16 10:41:46 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONTIKI_CONF_H__
|
||||
@ -50,6 +50,9 @@
|
||||
#define EMAIL_CONF_HEIGHT 19
|
||||
#define EMAIL_CONF_ERASE 0
|
||||
|
||||
#define FTP_CONF_WIDTH 38
|
||||
#define FTP_CONF_HEIGHT 21
|
||||
|
||||
#define IRC_CONF_WIDTH 80
|
||||
#define IRC_CONF_HEIGHT 23
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user