drivers/can_ixxat_win32/ixxat.cpp
changeset 384 83793fc7ce48
parent 365 9b76e0881beb
child 631 08b6b903f84a
equal deleted inserted replaced
383:7d8afedb8769 384:83793fc7ce48
   323    int canClose_driver(CAN_HANDLE inst)
   323    int canClose_driver(CAN_HANDLE inst)
   324    {
   324    {
   325    delete reinterpret_cast<IXXAT*>(inst);
   325    delete reinterpret_cast<IXXAT*>(inst);
   326    return 1;
   326    return 1;
   327    }
   327    }
       
   328    
       
   329 extern "C"
       
   330    UNS8 canChangeBaudRate_driver( CAN_HANDLE fd, char* baud)
       
   331 	{
       
   332 	//printf("canChangeBaudRate not yet supported by this driver\n");
       
   333 	return 0;
       
   334 	}