mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +02:00
The include of HAL headers should come after the HAL configuration defines, so that the headers can see whether the defines were made or not, to provide defaults and configure various things. Signed-off-by: Damien George <damien@micropython.org>