Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1359 → Rev 1360

/demos/trunk/advtimer/advtimer.c
16,8 → 16,6
*/
 
/*
* Copyright (C) 2000 Paolo Gai
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
42,7 → 40,7
#include "ll/i386/cons.h"
#include "ll/i386/advtimer.h"
 
#include "drivers/keyb.h"
#include "drivers/shark_keyb26.h"
 
#define UPDATE_PERIOD 10000
#define UPDATE_WCET 1000
147,7 → 145,8
k.flag = ALTL_BIT;
k.scan = KEY_C;
k.ascii = 'c';
keyb_hook(k,program_key_end);
k.status = KEY_PRESSED;
keyb_hook(k,program_key_end,FALSE);
 
set_screen();