From 284efa89ae25f75686754f0b6b8fd06526c05971 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 8 Aug 2014 22:34:06 +0100 Subject: stmhal/teensy: Use _ instead of - in source file names. Trying to move towards consistency, let's use _ exclusively in names of source files (eg .c, .h, .csv). --- stmhal/pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/pin.c') diff --git a/stmhal/pin.c b/stmhal/pin.c index dbc0b5f14..0271ced30 100644 --- a/stmhal/pin.c +++ b/stmhal/pin.c @@ -534,7 +534,7 @@ STATIC const mp_map_elem_t pin_locals_dict_table[] = { { MP_OBJ_NEW_QSTR(MP_QSTR_PULL_UP), MP_OBJ_NEW_SMALL_INT(GPIO_PULLUP) }, { MP_OBJ_NEW_QSTR(MP_QSTR_PULL_DOWN), MP_OBJ_NEW_SMALL_INT(GPIO_PULLDOWN) }, -#include "genhdr/pins-af-const.h" +#include "genhdr/pins_af_const.h" }; STATIC MP_DEFINE_CONST_DICT(pin_locals_dict, pin_locals_dict_table); -- cgit v1.2.3