stm32: Consolidate include of genhdr/pins.h to single location in pin.h.

genhdr/pins.h is an internal header file that defines all of the pin
objects and it's cleaner to have pin.h include it (where the struct's for
these objects are defined) rather than an explicit include by every user.
This commit is contained in:
Damien George
2018-03-27 20:25:24 +11:00
parent b63cc1e9ef
commit 6b51eb22c8
18 changed files with 3 additions and 17 deletions

View File

@@ -30,7 +30,6 @@
#include "py/mphal.h"
#include "extint.h"
#include "pin.h"
#include "genhdr/pins.h"
#include "usrsw.h"
#if MICROPY_HW_HAS_SWITCH