Skip to content

Commit

Permalink
build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yezzfusl authored Jul 31, 2024
1 parent 3540916 commit 4724fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# Add mock function to main.c
echo "
#include <stdio.h>
int read_mock_can_data(const char* filename, struct can_frame *frame);
int read_mock_can_data(const char* filename, struct can_frame *frame) {
static FILE *file = NULL;
if (!file) file = fopen(filename, \"r\");
Expand Down

0 comments on commit 4724fac

Please sign in to comment.