]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/cangw/gw.c
Integrates cpu loading library and adds some minor changes.
[can-benchmark.git] / rtems / gw / cangw / gw.c
index 2e56fb495352c44193ac29eeb97f9062a8483bf3..24d408724efa33e97d4378de4ef2287c2a776ab5 100644 (file)
@@ -51,7 +51,7 @@ static void fd_closer(void* arg){
 * This function implements the main thread loop and enough decision logic so that it knows which device to take messages from and which device to send the messages to.\r
 * \r
 */\r
-void* CAN_GW_thread(void* arg){\r
+static void* CAN_GW_thread(void* arg){\r
     int fd_in, fd_out;\r
     int res;\r
     unsigned long int *total, *succ, *err;\r