Skip to content

Commit de600a6

Browse files
committed
Minor changes in the driver lesson
1 parent 855f8ac commit de600a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • l7
    • l7_e3_sol/custom_driver_module/include
    • l7_e3/custom_driver_module/include

l7/l7_e3/custom_driver_module/include/blink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/* STEP 2.2 Implement a public API function for the driver class */
1818

1919

20-
/* STEP 2.4 Add blink_off api function */
20+
/* STEP 2.4 Add blink_off helper function */
2121

2222

2323
/* STEP 2.5 Add the syscall header at the end of the header file */

l7/l7_e3_sol/custom_driver_module/include/blink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static inline int z_impl_blink_set_period_ms(const struct device *dev,
4040
}
4141

4242

43-
/* STEP 2.4 Add blink_off api function */
43+
/* STEP 2.4 Add blink_off helper function */
4444
static inline int blink_off(const struct device *dev)
4545
{
4646
return blink_set_period_ms(dev, 0);

0 commit comments

Comments
 (0)