diff options
author | Tico06 <e.grammatico@gmail.com> | 2025-08-11 19:30:47 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-18 14:07:02 +1000 |
commit | 020eeba41246f6015fb56f830141077d43d2334b (patch) | |
tree | 9180cb4b94d8544fe7cd059315bccce704932169 /docs/tutorial/repl.rst | |
parent | c7ddf0c54fcc9c6abdb38db27a558ab635ba9763 (diff) |
stm32/eth_phy: Fix typo in header guard macro.
Typo on line 29 (PYH instead of PHY).
Compilation failing, here is the output:
eth_phy.h:28: error: header guard 'MICROPY_INCLUDED_STM32_PHY_H'
followed by '#define' of a different macro [Werror=header-guard]
28 | #ifndef MICROPY_INCLUDED_STM32_PHY_H
eth_phy.h:29: note: 'MICROPY_INCLUDED_STM32_PYH_H' is defined here;
did you mean 'MICROPY_INCLUDED_STM32_PHY_H'?
29 | #define MICROPY_INCLUDED_STM32_PYH_H
Signed-off-by: Tico06 <e.grammatico@gmail.com>
Diffstat (limited to 'docs/tutorial/repl.rst')
0 files changed, 0 insertions, 0 deletions