Skip to content

Commit 9222545

Browse files
committed
Update can_api.c
Relates to [CANAPI-90]
1 parent b76ae5d commit 9222545

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Wrapper/can_api.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
#define PLATFORM "x64"
6060
#elif defined(_WIN32)
6161
#define PLATFORM "x86"
62-
#elif defined(__linux__)
63-
#define PLATFORM "Linux"
64-
#elif defined(__APPLE__)
65-
#define PLATFORM "macOS"
66-
#elif defined(__CYGWIN__)
67-
#define PLATFORM "Cygwin"
6862
#else
6963
#error Platform not supported
7064
#endif

0 commit comments

Comments
 (0)