Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 48d5582

Browse files
Khalil Estellkammce
authored andcommitted
🐛 Fix missing spi header
1 parent 0867b04 commit 48d5582

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class libhal_lpc40_conan(ConanFile):
2828
name = "libhal-lpc40"
29-
version = "2.1.2"
29+
version = "2.1.3"
3030
license = "Apache-2.0"
3131
url = "https://github.com/conan-io/conan-center-index"
3232
homepage = "https://libhal.github.io/libhal-lpc40"

demos/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def build_requirements(self):
3939
self.tool_requires("libhal-cmake-util/1.0.0")
4040

4141
def requirements(self):
42-
self.requires("libhal-lpc40/2.1.2")
42+
self.requires("libhal-lpc40/2.1.3")
4343

4444
def build(self):
4545
cmake = CMake(self)

0 commit comments

Comments
 (0)