From 6dbd8d0aae9404fa1c3e57f11917ac3c0f1156e8 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 8 May 2018 23:08:54 -0400 Subject: [PATCH] Fix stage2_args_t mismatch --- fusee/fusee-primary/src/stage2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/fusee/fusee-primary/src/stage2.h b/fusee/fusee-primary/src/stage2.h index f5fc22b34..632bacd29 100644 --- a/fusee/fusee-primary/src/stage2.h +++ b/fusee/fusee-primary/src/stage2.h @@ -21,9 +21,6 @@ typedef struct { typedef struct { uint32_t version; - uint32_t *lfb; - uint32_t console_row; - uint32_t console_col; char bct0[BCTO_MAX_SIZE]; } stage2_args_t;