diff options
| author | Damien George | 2018-02-15 15:47:04 +1100 |
|---|---|---|
| committer | Damien George | 2018-02-15 15:47:04 +1100 |
| commit | d966a334869760215c19378d009800aeaaa1baec (patch) | |
| tree | 2b9b66fb2926b09359d4de64ede2510cfae24c06 /ports/stm32/portmodules.h | |
| parent | e05fca4ef399b321464cae6f0ba2ddc16b58a1b2 (diff) | |
stm32: Change header include guards from STMHAL to STM32 to match dir.
Diffstat (limited to 'ports/stm32/portmodules.h')
| -rw-r--r-- | ports/stm32/portmodules.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/portmodules.h b/ports/stm32/portmodules.h index b575109b8..81cb7fd04 100644 --- a/ports/stm32/portmodules.h +++ b/ports/stm32/portmodules.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_PORTMODULES_H -#define MICROPY_INCLUDED_STMHAL_PORTMODULES_H +#ifndef MICROPY_INCLUDED_STM32_PORTMODULES_H +#define MICROPY_INCLUDED_STM32_PORTMODULES_H extern const mp_obj_module_t pyb_module; extern const mp_obj_module_t stm_module; @@ -40,4 +40,4 @@ MP_DECLARE_CONST_FUN_OBJ_1(time_sleep_us_obj); MP_DECLARE_CONST_FUN_OBJ_0(mod_os_sync_obj); MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(mod_os_dupterm_obj); -#endif // MICROPY_INCLUDED_STMHAL_PORTMODULES_H +#endif // MICROPY_INCLUDED_STM32_PORTMODULES_H |
