Skip to content

Commit 61ba572

Browse files
Fix build
1 parent 1ad0883 commit 61ba572

File tree

71 files changed

+78
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+78
-7
lines changed

examples/debugging/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ void main(void) {
3333
/* Fail this assertion */
3434
assert(dbg_test_var_2);
3535
}
36+

examples/fileio_detect/autotester.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
}
3131
}
3232
}
33+

examples/fileio_detect/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ void printText(int8_t xpos, int8_t ypos, const char *text) {
4242
os_SetCursorPos(ypos, xpos);
4343
os_PutStrFull(text);
4444
}
45+

examples/fileio_factorize/autotester.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
}
3535
}
3636
}
37+

examples/fileio_factorize/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ void prime_factors(unsigned int n) {
7070

7171
primes[total_primes++] = n;
7272
}
73+

examples/fileio_os_vars/autotester.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@
6262
}
6363
}
6464
}
65+

examples/fileio_os_vars/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ cplx_t StrsToCplx(char *real, char **real_end, char *imag, char **imag_end) {
9999
res.imag.sign |= TI_CPLX_TYPE;
100100
return res;
101101
}
102+

examples/fileio_read_write/autotester.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
}
3131
}
3232
}
33+

examples/fileio_read_write/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ void printText(int8_t xpos, int8_t ypos, const char *text) {
7676
os_SetCursorPos(ypos, xpos);
7777
os_PutStrFull(text);
7878
}
79+

examples/fileio_tokens/autotester.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
}
3131
}
3232
}
33+

0 commit comments

Comments
 (0)