leon: Include leon.h to resolve undefined leon_r32_no_cache

Include leon.h in bsp.h for providing reference to leon_r32_no_cache - leon3 BSP
This commit is contained in:
Prithvi Tambewagh
2025-05-22 23:17:14 +05:30
committed by Amar Takhar
parent 8bf1511496
commit 12f5c780c2

View File

@@ -34,6 +34,8 @@
#include <rtems.h>
#include <rtems/irq-extension.h>
#include <leon.h>
#ifdef __cplusplus
extern "C" {
#endif