Ignore:
Timestamp:
Mar 28, 2014, 10:48:51 AM (10 years ago)
Author:
alain
Message:

Bug fix in both _tty_rx_isr() and _bdv_isr():
The ISR must do nothing it the status indicates that
there is no pending ISR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/hello/main.c

    r295 r297  
    55{
    66        char                byte;
    7     unsigned int        proc = giet_procid();
    8 
    97    unsigned int    procid     = giet_procid();
    108    unsigned int    cluster_xy = procid/NB_PROCS_MAX;
Note: See TracChangeset for help on using the changeset viewer.