Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Aug 31, 2024
1 parent 155ad41 commit 63aecdd
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 575 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ Xcode_build/
Environment
CustomProperties.json

/.vscode/settings.json
/.vscode/tasks.json
6 changes: 6 additions & 0 deletions CPP_Demo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
#include "A2Lpp.hpp"


#ifdef _WIN
#define M_PI 3.14159265358979323846
#endif
#define M_2PI (M_PI*2)


// OPTIONs are defined in main_cfg.h


Expand Down
4 changes: 4 additions & 0 deletions C_Demo/ecu.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#endif
#include "ecu.h"

#ifdef _WIN
#define M_PI 3.14159265358979323846
#endif
#define M_2PI (M_PI*2)

/**************************************************************************/
/* ECU Measurements */
Expand Down
92 changes: 0 additions & 92 deletions C_Demo/main.h

This file was deleted.

Loading

0 comments on commit 63aecdd

Please sign in to comment.