Moved editor app into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor).
This commit is contained in:
parent
e025faf68f
commit
1aca43084f
4 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki desktop environment
|
||||
*
|
||||
* $Id: editor-dsc.c,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $
|
||||
* $Id: editor-dsc.c,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki desktop environment
|
||||
*
|
||||
* $Id: editor-dsc.h,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $
|
||||
* $Id: editor-dsc.h,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
#ifndef __EDITOR_DSC_H__
|
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: editor.c,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $
|
||||
* $Id: editor.c,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
|
||||
*/
|
||||
#define EDITOR_CONF_WIDTH 32
|
||||
#define EDITOR_CONF_HEIGHT 16
|
Loading…
Reference in a new issue