On the Atari it seems reasonable to start on a clear b&w screen even for non-CTK apps.

This commit is contained in:
oliverschmidt 2010-10-02 22:07:24 +00:00
parent 1e7cf9865e
commit 23aea9df35
1 changed files with 5 additions and 1 deletions

View File

@ -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