Skip to content

Commit

Permalink
Fix a buf with OPTION_KVASER_BIT_TIMING
Browse files Browse the repository at this point in the history
Relates to [CANAPI-80]
  • Loading branch information
uv-software committed Apr 24, 2024
1 parent eb3827e commit 354adb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/KvaserCAN_Defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ extern "C" {
#ifndef OPTION_DISABLED
#define OPTION_DISABLED 0 /**< if a define is not defined, it is automatically set to 0 */
#endif
#ifndef OPTION_PCAN_BIT_TIMING
#define OPTION_PCAN_BIT_TIMING OPTION_DISABLED
#ifndef OPTION_KVASER_BIT_TIMING
#define OPTION_KVASER_BIT_TIMING OPTION_DISABLED
#endif
#if (OPTION_KVASER_BIT_TIMING != OPTION_DISABLED)
#ifdef _MSC_VER
Expand Down

0 comments on commit 354adb7

Please sign in to comment.