Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 12, 2015
1 parent 3962d2a commit 64afec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modelica_DeviceDrivers/Resources/Include/MDDSoftingCAN.h
Expand Up @@ -27,16 +27,16 @@
# include "ModelicaUtilities.h"
# include "MDDCANMessage.h"
# include "MDDSerialPackager.h"
# if defined(MDDSOFTINGCANUSECMAKE)
# if defined(MDDSOFTINGCANUSECMAKE)
/* use cmake to resolve linking dependencies */
# else
/* Used as header-only library => add linking dependencies here: */
# if defined(_WIN64)
# pragma comment( lib, "canL2_64.lib" )
# else
# pragma comment( lib, "canL2.lib" )
# endif /* defined(_WIN64) */
# endif /*MDDSOFTINGCANWRAPPER_C_*/
# endif /* _WIN64 */
# endif /* MDDSOFTINGCANUSECMAKE */
#else
# error "Modelica_DeviceDrivers: SoftingCAN driver only supported on WINDOWS!"
#endif /* _MSC_VER */
Expand Down

0 comments on commit 64afec8

Please sign in to comment.