commit | 0036b8bf21c709835d6a9fcfaf2b994bd1c3ab4d | [log] [tgz] |
---|---|---|
author | Alexander Kozhinov <ak.alexander.kozhinov@gmail.com> | Sat Sep 28 23:58:09 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 11 09:28:05 2024 +0200 |
tree | 146d286e2e576c5b045dd306eecff4612c9e0cd2 | |
parent | 2fcd6c0ae4f378a2437c91dd376c1d84fe73f7db [diff] |
drivers: ethernet: eth_stm32_hal Drop preprocessor redefinitions Some preprocessor defines were redefined to follow stm32 hal naming conventions. People seems to be confused by redefines and use them with alternating names. This PR does not change code behaviour, but shall increase it's readability. Signed-off-by: Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>