stm32: Change header include guards from STMHAL to STM32 to match dir.

This commit is contained in:
Damien George
2018-02-15 15:47:04 +11:00
parent e05fca4ef3
commit d966a33486
38 changed files with 114 additions and 114 deletions

View File

@@ -23,9 +23,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef MICROPY_INCLUDED_STMHAL_LCD_H
#define MICROPY_INCLUDED_STMHAL_LCD_H
#ifndef MICROPY_INCLUDED_STM32_LCD_H
#define MICROPY_INCLUDED_STM32_LCD_H
extern const mp_obj_type_t pyb_lcd_type;
#endif // MICROPY_INCLUDED_STMHAL_LCD_H
#endif // MICROPY_INCLUDED_STM32_LCD_H