Skip to content

Commit

Permalink
Update init hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Sep 5, 2024
1 parent 94570ce commit de5a54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [created]

env:
MICROPYTHON_VERSION: 7234375200d5cc28ab5caa09d443c9bf99786368
MICROPYTHON_VERSION: d131d20033858e91557577a7de71e09f2c56eab5
PIMORONI_PICO_VERSION: 49a5d4292586f5851978f6f4a2f6b3214fb379ce
WORKFLOW_VERSION: v2

Expand Down
2 changes: 1 addition & 1 deletion firmware/PIMORONI_YUKON/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
#define MICROPY_BOARD_EARLY_INIT board_init
void board_init(void);

#define MICROPY_BOARD_EARLY_RESET board_reset
#define MICROPY_BOARD_START_SOFT_RESET board_reset
void board_reset(void);

0 comments on commit de5a54b

Please sign in to comment.