From 4921f2a292b72afab91a091dce98bacbd24949ff Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 31 Mar 2020 12:02:10 -0500 Subject: [PATCH] samples: bluetooth: peripheral_hids: Move dts overlays under boards Move the dts overlay under a boards/ dir to make it match conf files. Signed-off-by: Kumar Gala --- .../peripheral_hids/{ => boards}/rv32m1_vega_ri5cy.overlay | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename samples/bluetooth/peripheral_hids/{ => boards}/rv32m1_vega_ri5cy.overlay (100%) diff --git a/samples/bluetooth/peripheral_hids/rv32m1_vega_ri5cy.overlay b/samples/bluetooth/peripheral_hids/boards/rv32m1_vega_ri5cy.overlay similarity index 100% rename from samples/bluetooth/peripheral_hids/rv32m1_vega_ri5cy.overlay rename to samples/bluetooth/peripheral_hids/boards/rv32m1_vega_ri5cy.overlay