Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1360 → Rev 1359

/demos/trunk/advtimer/advtimer.c
16,6 → 16,8
*/
 
/*
* 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
40,7 → 42,7
#include "ll/i386/cons.h"
#include "ll/i386/advtimer.h"
 
#include "drivers/shark_keyb26.h"
#include "drivers/keyb.h"
 
#define UPDATE_PERIOD 10000
#define UPDATE_WCET 1000
145,8 → 147,7
k.flag = ALTL_BIT;
k.scan = KEY_C;
k.ascii = 'c';
k.status = KEY_PRESSED;
keyb_hook(k,program_key_end,FALSE);
keyb_hook(k,program_key_end);
 
set_screen();