]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rtems/gw/system_opt/app_def.h
Adds app_def header, which defines symbols for cond. compiling.
[can-benchmark.git] / rtems / gw / system_opt / app_def.h
1 #ifndef _APP_DEF_H
2 #define _APP_DEF_H
3
4 //#define BENCH_BUILD /* Uncomment this to get "bench build" -> build that starts can gateway and net driver right after start. */
5 //#define LOAD_BUILD /* Uncomment this to get "load build" -> build that spawns and has running both load threads right after start. */
6 //#define HIGH_PRIO /* Uncomment this to get "high prio build" -> build that has increased (decreased) priority for the GW threads. */
7
8
9 #endif /*_APP_DEF_H*/