On the Atari it seems reasonable to start on a clear b&w screen even for non-CTK apps.
This commit is contained in:
parent
1e7cf9865e
commit
23aea9df35
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $Id: contiki-main.c,v 1.1 2010/09/29 19:44:01 oliverschmidt Exp $
|
||||
* $Id: contiki-main.c,v 1.2 2010/10/02 22:07:24 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
#include "contiki-net.h"
|
||||
|
@ -62,6 +62,10 @@ main(void)
|
|||
{
|
||||
struct ethernet_config *ethernet_config;
|
||||
|
||||
clrscr();
|
||||
bordercolor(BORDERCOLOR);
|
||||
bgcolor(SCREENCOLOR);
|
||||
|
||||
process_init();
|
||||
|
||||
#if 1
|
||||
|
|
Loading…
Reference in a new issue