From f74feac3a8bfc84c428aec7d5a3f89659f8b170a Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 25 Aug 2021 23:57:44 +0100 Subject: [PATCH] fixed puppyprint --- src/boot/main.c | 2 +- src/boot/memory.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot/main.c b/src/boot/main.c index 00830fd7..d27d0b5a 100644 --- a/src/boot/main.c +++ b/src/boot/main.c @@ -18,7 +18,7 @@ #include "usb/usb.h" #include "usb/debug.h" #endif -#include "puppyprint.h" +#include "game/puppyprint.h" // Message IDs #define MESG_SP_COMPLETE 100 diff --git a/src/boot/memory.c b/src/boot/memory.c index af7a2fea..8dc7d7a4 100644 --- a/src/boot/memory.c +++ b/src/boot/memory.c @@ -21,7 +21,7 @@ #include "usb/usb.h" #include "usb/debug.h" #endif -#include "puppyprint.h" +#include "game/puppyprint.h" // round up to the next multiple