From 6fb9ed63db30ed3185b61b44dfe030e53f3d6fb7 Mon Sep 17 00:00:00 2001 From: Carlos Medeiros Date: Fri, 20 Dec 2024 13:23:44 +0000 Subject: [PATCH] fix build --- app/src/common/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/common/main.c b/app/src/common/main.c index b2b452d8..e5fffe48 100644 --- a/app/src/common/main.c +++ b/app/src/common/main.c @@ -93,7 +93,7 @@ __attribute__((section(".boot"))) int main(int arg0) { os_boot(); if (arg0 != 0) { -#if HAVE_SWAP +#ifdef HAVE_SWAP // The app has been started in library mode libargs_t *args = (libargs_t *)arg0; if (args->id != 0x100) {