Skip to content

Commit

Permalink
bricks/stm32: Enable ustruct.
Browse files Browse the repository at this point in the history
This is useful for packing and unpacking binary data.

This is primarily useful when hub-to-hub communication is added in future releases.
  • Loading branch information
laurensvalk committed Jul 30, 2021
1 parent 0fe1d6d commit 9443437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks/stm32/configport.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define MICROPY_PY_ALL_SPECIAL_METHODS (PYBRICKS_STM32_OPT_EXTRA_MOD)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (PYBRICKS_STM32_OPT_EXTRA_MOD)
#define MICROPY_PY_IO (PYBRICKS_STM32_OPT_EXTRA_MOD)
#define MICROPY_PY_STRUCT (0)
#define MICROPY_PY_STRUCT (PYBRICKS_STM32_OPT_EXTRA_MOD)
#define MICROPY_PY_SYS (PYBRICKS_STM32_OPT_EXTRA_MOD)
#define MICROPY_PY_SYS_EXIT (0)
#define MICROPY_PY_SYS_MODULES (0)
Expand Down

0 comments on commit 9443437

Please sign in to comment.