File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
include/zephyr/drivers/stepper Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2148,6 +2148,7 @@ Release Notes:
2148
2148
- jbehrensnx
2149
2149
files :
2150
2150
- drivers/stepper/
2151
+ - include/zephyr/drivers/stepper/
2151
2152
- include/zephyr/drivers/stepper.h
2152
2153
- dts/bindings/stepper/
2153
2154
- doc/hardware/peripherals/stepper.rst
Original file line number Diff line number Diff line change 11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*/
13
13
14
+ #ifndef ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_
15
+ #define ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_
16
+
14
17
#include <stdint.h>
15
18
#include <zephyr/drivers/stepper.h>
16
19
@@ -31,3 +34,5 @@ int drv84xx_microstep_recovery(const struct device *dev);
31
34
#ifdef __cplusplus
32
35
}
33
36
#endif
37
+
38
+ #endif /* ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_ */
You can’t perform that action at this time.
0 commit comments