Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Dec 20, 2024
1 parent 213e0ea commit 6fb9ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/common/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6fb9ed6

Please sign in to comment.