Skip to content

Commit 684eaea

Browse files
committed
[interface] Fix missing dependency for uart.device
1 parent fc7e289 commit 684eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/architecture/module.lb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class UartDevice(Module):
357357
module.description = "UART Devices"
358358

359359
def prepare(self, module, options):
360-
module.depends(":architecture:uart")
360+
module.depends(":architecture:uart", ":processing:timer")
361361
return True
362362

363363
def build(self, env):

0 commit comments

Comments
 (0)