diff options
| author | Evan Lojewski <github@meklort.com> | 2020-01-21 20:28:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 20:28:04 -0700 |
| commit | afefcfeb9555c8dd496e25e6fb7bff447530fe6c (patch) | |
| tree | d8cb110a6ace39bcaa31452d1ad6dc9fa17595d5 /libs/printf | |
| parent | 550345e5f6bb536770b5d712182eb6db73f83ea1 (diff) | |
| download | bcm5719-ortega-afefcfeb9555c8dd496e25e6fb7bff447530fe6c.tar.gz bcm5719-ortega-afefcfeb9555c8dd496e25e6fb7bff447530fe6c.zip | |
APE: Fix shm initialization and add additional error checking to the MII library. (#15)
Diffstat (limited to 'libs/printf')
| -rw-r--r-- | libs/printf/ape_putchar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/printf/ape_putchar.c b/libs/printf/ape_putchar.c index 5aaac54..550222e 100644 --- a/libs/printf/ape_putchar.c +++ b/libs/printf/ape_putchar.c @@ -45,7 +45,6 @@ #include <printf.h> #include <em100_putchar.h> #include <APE_DEBUG.h> -#include <APE_SHM.h> void _putchar(char character) { |

