aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/pin.h
diff options
context:
space:
mode:
authorDamien George2018-02-15 15:47:04 +1100
committerDamien George2018-02-15 15:47:04 +1100
commitd966a334869760215c19378d009800aeaaa1baec (patch)
tree2b9b66fb2926b09359d4de64ede2510cfae24c06 /ports/stm32/pin.h
parente05fca4ef399b321464cae6f0ba2ddc16b58a1b2 (diff)
stm32: Change header include guards from STMHAL to STM32 to match dir.
Diffstat (limited to 'ports/stm32/pin.h')
-rw-r--r--ports/stm32/pin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/pin.h b/ports/stm32/pin.h
index 90de79e5c..2439ebbbe 100644
--- a/ports/stm32/pin.h
+++ b/ports/stm32/pin.h
@@ -23,8 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_STMHAL_PIN_H
-#define MICROPY_INCLUDED_STMHAL_PIN_H
+#ifndef MICROPY_INCLUDED_STM32_PIN_H
+#define MICROPY_INCLUDED_STM32_PIN_H
// This file requires pin_defs_xxx.h (which has port specific enums and
// defines, so we include it here. It should never be included directly
@@ -97,4 +97,4 @@ const pin_af_obj_t *pin_find_af(const pin_obj_t *pin, uint8_t fn, uint8_t unit);
const pin_af_obj_t *pin_find_af_by_index(const pin_obj_t *pin, mp_uint_t af_idx);
const pin_af_obj_t *pin_find_af_by_name(const pin_obj_t *pin, const char *name);
-#endif // MICROPY_INCLUDED_STMHAL_PIN_H
+#endif // MICROPY_INCLUDED_STM32_PIN_H