Przeglądaj źródła

fixed possible errors when using xil_cache.h

Wang-Huachen 4 lat temu
rodzic
commit
e029953bc0

+ 2 - 0
bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xil_cache.h

@@ -1,6 +1,8 @@
 #ifndef XIL_CACHE_H
 #define XIL_CACHE_H
 
+#include <rthw.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif