Skip to content

Commit

Permalink
Bug fix. include stdlib instead of stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Feb 16, 2023
1 parent 4d8d2ef commit ad35faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <mrubyc.h>

#include <stdio.h>
#include <stdlib.h>
#include "pico/bootrom.h"
#include "bsp/board.h"

Expand Down

0 comments on commit ad35faa

Please sign in to comment.