mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
#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
@ -29,11 +29,12 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki desktop environment
|
* 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 <string.h>
|
||||||
|
#include "contiki.h"
|
||||||
#include "libconio.h"
|
#include "libconio.h"
|
||||||
|
|
||||||
static unsigned char cursx, cursy;
|
static unsigned char cursx, cursy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user