Ignore:
Timestamp:
Sep 17, 2012, 10:47:46 AM (12 years ago)
Author:
karaoui
Message:

New components are now mandotory in the XML description:

The files giet_vsegs.ld and hard_config.h are now autogenerated by the xml2bin tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/irq_handler.c

    r213 r215  
    1818#include <ctx_handler.h>
    1919#include <hwr_mapping.h>
     20
     21#if NB_TIMERS_MAX
     22extern volatile unsigned char _user_timer_event[NB_CLUSTERS*NB_TIMERS_MAX] ;
     23#endif
    2024
    2125///////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.