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/adc.h | |
| parent | e05fca4ef399b321464cae6f0ba2ddc16b58a1b2 (diff) | |
stm32: Change header include guards from STMHAL to STM32 to match dir.
Diffstat (limited to 'ports/stm32/adc.h')
| -rw-r--r-- | ports/stm32/adc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/adc.h b/ports/stm32/adc.h index c90e6b343..4ae6022bc 100644 --- a/ports/stm32/adc.h +++ b/ports/stm32/adc.h @@ -23,10 +23,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#ifndef MICROPY_INCLUDED_STMHAL_ADC_H -#define MICROPY_INCLUDED_STMHAL_ADC_H +#ifndef MICROPY_INCLUDED_STM32_ADC_H +#define MICROPY_INCLUDED_STM32_ADC_H extern const mp_obj_type_t pyb_adc_type; extern const mp_obj_type_t pyb_adc_all_type; -#endif // MICROPY_INCLUDED_STMHAL_ADC_H +#endif // MICROPY_INCLUDED_STM32_ADC_H |
