tests: fix device model tests and remove wrong doxygen grouping

Device test defines were pulled into doxygen in the wrong level.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-07-27 08:02:01 -04:00 committed by Maureen Helm
commit bbea52c746

View file

@ -13,9 +13,6 @@
/** /**
* @brief Test cases to device driver initialization * @brief Test cases to device driver initialization
* *
* @ingroup all_tests
*
* @{
*/ */
#define MY_DRIVER_LV_1 "my_driver_level_1" #define MY_DRIVER_LV_1 "my_driver_level_1"
@ -168,6 +165,3 @@ DEVICE_AND_API_INIT(my_driver_priority_3, MY_DRIVER_PRI_3,
DEVICE_AND_API_INIT(my_driver_priority_4, MY_DRIVER_PRI_4, DEVICE_AND_API_INIT(my_driver_priority_4, MY_DRIVER_PRI_4,
&my_driver_pri_4_init, NULL, NULL, POST_KERNEL, 4, &my_driver_pri_4_init, NULL, NULL, POST_KERNEL, 4,
&funcs_my_drivers); &funcs_my_drivers);
/**
* @}
*/