examples/win32test/main.c
changeset 653 e2d0c5251fbd
parent 256 8118f2da6386
child 701 9e4ccb3cab96
equal deleted inserted replaced
652:3b5789c34499 653:e2d0c5251fbd
   131       {
   131       {
   132       printf("ERROR: could not load diver %s\n", dll_file_name);
   132       printf("ERROR: could not load diver %s\n", dll_file_name);
   133       return 1;
   133       return 1;
   134       }
   134       }
   135    
   135    
       
   136 	TimerInit();
       
   137 
   136    if (canOpen(&MasterBoard,&win32test_Data))
   138    if (canOpen(&MasterBoard,&win32test_Data))
   137       {
   139       {
   138       /* Defining the node Id */
   140       /* Defining the node Id */
   139       setNodeId(&win32test_Data, 0x01);
   141       setNodeId(&win32test_Data, 0x01);
   140 
   142