Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 2fa9d1f

Browse files
committed
Update files
1 parent 785fead commit 2fa9d1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/cdev_nif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ typedef struct {
1313
ERL_NIF_TERM atom_error;
1414
} chip_priv_t;
1515

16-
#endif
16+
#endif

src/enif_gpio_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ERL_NIF_TERM common_make_error(ErlNifEnv *env, ERL_NIF_TERM error)
3535
chip_priv_t *priv = enif_priv_data(env);
3636

3737
return enif_make_tuple2(env, priv->atom_error, error);
38-
}
38+
}

src/gpio_chip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ int chip_request_lines(struct gpio_chip *chip, int offsets[], int direction, str
114114
*/
115115
int chip_set_values(struct gpio_chip_line_handle *handle, int values[]);
116116

117-
#endif
117+
#endif

0 commit comments

Comments
 (0)