#include "contiki" has been added so as to enable platform-dependent configuration for LIBCONIO_WIDTH and LIBCONIO_HEIGHT.
This commit is contained in:
parent
c58e4f94b8
commit
2f4970e61c
1 changed files with 2 additions and 1 deletions
|
@ -29,11 +29,12 @@
|
|||
*
|
||||
* This file is part of the Contiki desktop environment
|
||||
*
|
||||
* $Id: libconio.c,v 1.1 2006/06/17 22:41:17 adamdunkels Exp $
|
||||
* $Id: libconio.c,v 1.2 2007/09/09 12:24:44 matsutsuka Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "contiki.h"
|
||||
#include "libconio.h"
|
||||
|
||||
static unsigned char cursx, cursy;
|
||||
|
|
Loading…
Reference in a new issue