diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-02-15 15:47:04 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-02-15 15:47:04 +1100 |
| commit | d966a334869760215c19378d009800aeaaa1baec (patch) | |
| tree | 2b9b66fb2926b09359d4de64ede2510cfae24c06 /ports/stm32/dma.h | |
| parent | e05fca4ef399b321464cae6f0ba2ddc16b58a1b2 (diff) | |
stm32: Change header include guards from STMHAL to STM32 to match dir.
Diffstat (limited to 'ports/stm32/dma.h')
| -rw-r--r-- | ports/stm32/dma.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/dma.h b/ports/stm32/dma.h index 55fb62175..005518161 100644 --- a/ports/stm32/dma.h +++ b/ports/stm32/dma.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_DMA_H -#define MICROPY_INCLUDED_STMHAL_DMA_H +#ifndef MICROPY_INCLUDED_STM32_DMA_H +#define MICROPY_INCLUDED_STM32_DMA_H typedef struct _dma_descr_t dma_descr_t; @@ -100,4 +100,4 @@ void dma_deinit(const dma_descr_t *dma_descr); void dma_invalidate_channel(const dma_descr_t *dma_descr); void dma_idle_handler(int controller); -#endif // MICROPY_INCLUDED_STMHAL_DMA_H +#endif // MICROPY_INCLUDED_STM32_DMA_H |
