Skip to content

Commit

Permalink
rpipico: use small config
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Jan 21, 2024
1 parent 95f8d61 commit b2b7c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel/platform/platform-rpipico/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ extern uint8_t progbase[USERMEM];

#define MAX_BLKDEV 4

#define CONFIG_SMALL

#define plt_copyright() /* */
#define swap_map(x) ((uint8_t*)(x))

Expand Down

1 comment on commit b2b7c17

@balyuf
Copy link
Contributor

@balyuf balyuf commented on b2b7c17 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both msx1 and msx2 also need #define CONFIG_SMALL ...

Please sign in to comment.