From 2dfb8a1630f924cbc1afc7740a2777bc4561b1c0 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 31 Mar 2022 14:17:05 -0700 Subject: [PATCH] CODEOWNERS: add myself for samples/subsys/logging/syst Add myself to the CODEOWNERS for samples/subsys/logging/syst to make checkpatch happy, and to get notifications of changes in the sample. Signed-off-by: Daniel Leung --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 1946a03b3b..e6419b2e48 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -664,6 +664,7 @@ /samples/sensor/ @MaureenHelm /samples/shields/ @avisconti /samples/subsys/logging/ @nordic-krch @jakub-uC +/samples/subsys/logging/syst/ @dcpleung /samples/subsys/shell/ @jakub-uC @nordic-krch /samples/subsys/mgmt/mcumgr/smp_svr/ @aunsbjerg @nvlsianpu /samples/subsys/mgmt/updatehub/ @nandojve @otavio