]> rtime.felk.cvut.cz Git - rpp-test-sw.git/blob - rpp/lib/rpp/src/sys/sys_phantom.c
Yet another place to fix
[rpp-test-sw.git] / rpp / lib / rpp / src / sys / sys_phantom.c
1 /** @file sys_phantom.c
2 *   @brief Phantom Interrupt Source File
3 *   @date 15.Mar.2012
4 *   @version 03.01.00
5 *
6 *   This file contains:
7 *   - Phantom Interrupt Handler
8 */
9
10 /* (c) Texas Instruments 2009-2012, All rights reserved. */
11
12 /* USER CODE BEGIN (0) */
13 /* USER CODE END */
14
15
16 /* Phantom Interrupt Handler */
17
18 /* USER CODE BEGIN (1) */
19 /* USER CODE END */
20
21 #pragma INTERRUPT(phantomInterrupt, IRQ)
22
23 void phantomInterrupt(void)
24 {
25 /* USER CODE BEGIN (2) */
26 /* USER CODE END */
27 }
28
29 /* USER CODE BEGIN (3) */
30 /* USER CODE END */