drivers: stepper: rename compatible of gpio-stepper
This commit fixes minor copyright issues and corrects the compatible of gpio-stepper with the vendor name as zephyr Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
parent
9a50c10b34
commit
367f853a4c
5 changed files with 15 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRV_COMPAT gpio_steppers
|
||||
#define DT_DRV_COMPAT zephyr_gpio_steppers
|
||||
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue