Skip to content

Commit

Permalink
Properly alias the clock service to the clock interface (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Apr 10, 2024
1 parent a6d9202 commit e92d1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/framework/src/ext/clock.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@[ADI::Register(name: "clock", alias: ACLK::Interface, factory: "create")]
@[ADI::Register(name: "clock", factory: "create")]
@[ADI::AsAlias(ACLK::Interface)]
# :nodoc:
class Athena::Clock
# :nodoc:
Expand Down

0 comments on commit e92d1be

Please sign in to comment.