Skip to content

Commit

Permalink
Update ctx
Browse files Browse the repository at this point in the history
Include updated ctx from pippin, including updates for loading images from micropython vfs
  • Loading branch information
hodefoting authored and MatthewWilkes committed Jun 16, 2024
1 parent 52cbadc commit d83cb8f
Show file tree
Hide file tree
Showing 7 changed files with 18,078 additions and 4,761 deletions.
6 changes: 6 additions & 0 deletions components/ctx/ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
#ifdef CONFIG_FLOW3R_CTX_FLAVOUR_FULL
#endif

int mp_ctx_vfs_load_file (const char *path,
unsigned char **contents,
long *length,
long max_length);
#define CTX_LOAD_FILE mp_ctx_vfs_load_file

#define CTX_IMPLEMENTATION
#include "ctx.h"
Loading

0 comments on commit d83cb8f

Please sign in to comment.