Skip to content

Commit

Permalink
Merge pull request #341 from sifive/fix-segger
Browse files Browse the repository at this point in the history
Add missing stdlib.h include in Segger libc shim
  • Loading branch information
nategraff-sifive authored Sep 16, 2020
2 parents 7e4c9ad + fd413ca commit 58f40ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions segger/SEGGER_target_metal.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <metal/time.h>
#include <metal/timer.h>
#include <metal/tty.h>
#include <stdlib.h>

#define UNUSED(x) (void)(x)

Expand Down

0 comments on commit 58f40ee

Please sign in to comment.