Skip to content

Commit

Permalink
Rename EventsInterface to EventInterface (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored and crsmith committed Jul 2, 2024
1 parent 98c580f commit aa38100
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Ref/SignalGen/SignalGen.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module Ref {
# ----------------------------------------------------------------------
# Interfaces
# ----------------------------------------------------------------------
include "../../Fw/Interfaces/EventsInterface.fppi"
include "../../Fw/Interfaces/EventInterface.fppi"
include "../../Fw/Interfaces/CommandInterface.fppi"
include "../../Fw/Interfaces/ChannelInterface.fppi"

Expand Down
2 changes: 1 addition & 1 deletion cmake/test/src/test_ref_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_ref_module_info(REF_BUILD):
"Telemetry.fppi",
"CommandInterface.fppi",
"ChannelInterface.fppi",
"EventsInterface.fppi",
"EventInterface.fppi",
]
actual_ac = [Path(source).name for source in ac_sources]
assert sorted(expected_ac) == sorted(
Expand Down
2 changes: 1 addition & 1 deletion cmake/test/src/test_unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_unittest_module_ut_info(UT_BUILD):
"Telemetry.fppi",
"CommandInterface.fppi",
"ChannelInterface.fppi",
"EventsInterface.fppi",
"EventInterface.fppi",
]
actual_ac = [Path(source).name for source in ac_sources]
assert sorted(expected_ac) == sorted(
Expand Down

0 comments on commit aa38100

Please sign in to comment.