Skip to content

Commit

Permalink
Renamed Time Interface File and fixed where it's included (#2728)
Browse files Browse the repository at this point in the history
* Renamed Time Interface File and fixed where it's included

* Fixed Typo in TimeInterface.fppi

* Reversing typo fix

* Fixed typo again, was trying to understand why checks were passed when typo was present.
  • Loading branch information
CombustableLem0n committed May 14, 2024
1 parent 107ff66 commit de2089c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Svc/PosixTime/PosixTime.fpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Svc {
@ A component for getting time
passive component PosixTime {
include "../Interfaces/Time.fppi"
include "../Interfaces/TimeInterface.fppi"
}
}

0 comments on commit de2089c

Please sign in to comment.