summaryrefslogtreecommitdiff
path: root/test/fake_usbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fake_usbc.c')
-rw-r--r--test/fake_usbc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fake_usbc.c b/test/fake_usbc.c
index cdbd41d03d..9eb913ea19 100644
--- a/test/fake_usbc.c
+++ b/test/fake_usbc.c
@@ -283,6 +283,10 @@ void dpm_remove_sink(int port)
{
}
+void dpm_remove_source(int port)
+{
+}
+
int dpm_get_source_pdo(const uint32_t **src_pdo, const int port)
{
*src_pdo = pd_src_pdo;