]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/src/sys/sys_phantom.c
Get rid of "last line of file ends without a newline" warning
[pes-rpp/rpp-lib.git] / 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 /* Phantom Interrupt Handler */
13 #pragma INTERRUPT(phantomInterrupt, IRQ)
14
15 void phantomInterrupt(void)
16 {
17 }