]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/src/drv/fray.c
Uncrustify
[pes-rpp/rpp-lib.git] / rpp / src / drv / fray.c
1 /* Copyright (C) 2012-2013 Czech Technical University in Prague
2  *
3  * Authors:
4  *     - Michal Horn <hornmich@fel.cvut.cz>
5  *     - Martin Zeman
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  * File : fray.c
13  *
14  * Abstract:
15  *     This file contains function for getting fray status as spi respons
16  *     and functions for FlexRay initialization and usage.
17  *     FlexRay chips on SPI are read only.
18  */
19
20 //#include "drv_fray.h"
21 #include "drv/drv.h"