Skip to content

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (CC/EMT2) <[email protected]>
  • Loading branch information
timrulebosch committed Sep 15, 2023
1 parent e117d0c commit 43f8a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dse/modelc/tools/mstep/mstep.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static void print_signal_vectors(SignalVector* sv);
* - D_BrakePedal_0_1_f: 0.3
*/
typedef struct ValueObject {
const char* signal;
double value;
char* signal;
double value;
} ValueObject;

typedef struct SampleObject {
Expand Down

0 comments on commit 43f8a2f

Please sign in to comment.