samples/subsys/usb/hid: Enable for native_sim

Allow this sample in native_sim, and set it as default
integration platform instead of native_posix.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-15 13:37:48 +01:00 committed by Carles Cufí
parent 5bf7109767
commit 063ce9caf5

View File

@ -17,6 +17,8 @@ tests:
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
build_only: true
integration_platforms:
- native_posix
- native_sim