X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/a1c3b5da7f0dc6f20ef73e49bc3a45ceef163a83..e57036686413b5ea5f943ea1c2321976e73e2cb7:/rtems/gw/system_opt/app_def.h diff --git a/rtems/gw/system_opt/app_def.h b/rtems/gw/system_opt/app_def.h new file mode 100644 index 0000000..4bf7317 --- /dev/null +++ b/rtems/gw/system_opt/app_def.h @@ -0,0 +1,9 @@ +#ifndef _APP_DEF_H +#define _APP_DEF_H + +//#define BENCH_BUILD /* Uncomment this to get "bench build" -> build that starts can gateway and net driver right after start. */ +//#define LOAD_BUILD /* Uncomment this to get "load build" -> build that spawns and has running both load threads right after start. */ +//#define HIGH_PRIO /* Uncomment this to get "high prio build" -> build that has increased (decreased) priority for the GW threads. */ + + +#endif /*_APP_DEF_H*/ \ No newline at end of file