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/led.h | |
| parent | e05fca4ef399b321464cae6f0ba2ddc16b58a1b2 (diff) | |
stm32: Change header include guards from STMHAL to STM32 to match dir.
Diffstat (limited to 'ports/stm32/led.h')
| -rw-r--r-- | ports/stm32/led.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/led.h b/ports/stm32/led.h index 2c872e9c5..1cc96b75a 100644 --- a/ports/stm32/led.h +++ b/ports/stm32/led.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_LED_H -#define MICROPY_INCLUDED_STMHAL_LED_H +#ifndef MICROPY_INCLUDED_STM32_LED_H +#define MICROPY_INCLUDED_STM32_LED_H typedef enum { PYB_LED_RED = 1, @@ -40,4 +40,4 @@ void led_debug(int value, int delay); extern const mp_obj_type_t pyb_led_type; -#endif // MICROPY_INCLUDED_STMHAL_LED_H +#endif // MICROPY_INCLUDED_STM32_LED_H |
