diff options
Diffstat (limited to 'cmd/sbc_harness/hw/rp2040_hwspi.h')
-rw-r--r-- | cmd/sbc_harness/hw/rp2040_hwspi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/sbc_harness/hw/rp2040_hwspi.h b/cmd/sbc_harness/hw/rp2040_hwspi.h index 8cf8aff..393eae6 100644 --- a/cmd/sbc_harness/hw/rp2040_hwspi.h +++ b/cmd/sbc_harness/hw/rp2040_hwspi.h @@ -5,8 +5,8 @@ * SPDX-Licence-Identifier: AGPL-3.0-or-later */ -#ifndef _RP2040_HWSPI_H_ -#define _RP2040_HWSPI_H_ +#ifndef _HW_RP2040_HWSPI_H_ +#define _HW_RP2040_HWSPI_H_ #include <pico/binary_info.h> /* for bi_* */ @@ -60,4 +60,4 @@ void _rp2040_hwspi_init(struct rp2040_hwspi *self, uint pin_clk, uint pin_cs); -#endif /* _RP2040_HWSPI_H_ */ +#endif /* _HW_RP2040_HWSPI_H_ */ |