Fix Xtensa project file and some documentation improvements.

This commit is contained in:
Gaurav Aggarwal 2018-10-02 23:54:51 +00:00
parent c6de0001fa
commit 1af80854e6
9 changed files with 641 additions and 700 deletions

View file

@ -29,8 +29,9 @@
#ifndef INT_QUEUE_TIMER_H
#define INT_QUEUE_TIMER_H
/**
* The function called from interrupt tests to initialise timer.
*/
void vInitialiseTimerForIntQueueTest( void );
void vTimer2Handler_C( void );
#endif /* INT_QUEUE_TIMER_H */