Skip to content

Commit fc54250

Browse files
committed
Merge pull request adafruit#844 from chrisdearman/do_str
Declare do_str() function before the implementation
2 parents 27dd910 + 8c56241 commit fc54250

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qemu-arm/test_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "tinytest.h"
1919
#include "tinytest_macros.h"
2020

21+
void do_str(const char *src);
2122
inline void do_str(const char *src) {
2223
mp_lexer_t *lex = mp_lexer_new_from_str_len(MP_QSTR__lt_stdin_gt_, src, strlen(src), 0);
2324
if (lex == NULL) {

0 commit comments

Comments
 (0)