Skip to content

Commit

Permalink
⬆️ Upgrade micromod/1.1.0
Browse files Browse the repository at this point in the history
- Fixes issues with G0 to G3
  • Loading branch information
kammce committed Oct 1, 2024
1 parent b12e078 commit 5ec942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def add_demo_requirements(conan_file: ConanFile, is_platform: bool = False):

if platform == "micromod":
conan_file.output.warning("Using micromod platform library!!")
conan_file.requires("libhal-micromod/[^1.0.3]")
conan_file.requires("libhal-micromod/[^1.1.0]")
elif architecture.startswith("cortex-m"):
conan_file.output.warning("Using ARM MCU platform library!!")
conan_file.requires("libhal-arm-mcu/[^1.0.0]")
Expand Down

0 comments on commit 5ec942a

Please sign in to comment.