Skip to content

Commit

Permalink
⬆️ micromod/[^1.0.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Aug 11, 2024
1 parent ced294e commit fd3c16e
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.1]")
conan_file.requires("libhal-micromod/[^1.0.3]")
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 fd3c16e

Please sign in to comment.