Project

General

Profile

Revision 20

timer_test_int prototype

View differences:

timer.c
63 63
}
64 64

  
65 65
void (timer_int_handler)() {
66
    /* To be implemented by the students */
67
    printf("%s is not yet implemented!\n", __func__);
66
    int no_interrupts = 0; //should be the global
67

  
68
    no_interrupts++;
68 69
}
69 70

  
70 71
int (timer_get_conf)(uint8_t timer, uint8_t *st) {

Also available in: Unified diff