Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Interrupt function format

Hi
I am using a embedded c compiler and interrupt functions is in this format
void MML_Int(void) __interrupt[TIMERA0_VECTOR]
Is it possible to make CDT understand this type syntax, because at the moment the functions don't show up in the outline.

Thanx
Christo



Back to the top