Skip to content

Commit a489c10

Browse files
committed
[interface] Fix missing dependency for uart.device
1 parent a71377a commit a489c10

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
@@ -356,7 +356,7 @@ class UartDevice(Module):
356356
module.description = "UART Devices"
357357

358358
def prepare(self, module, options):
359-
module.depends(":architecture:uart")
359+
module.depends(":architecture:uart", ":processing:timer")
360360
return True
361361

362362
def build(self, env):

0 commit comments

Comments
 (0)