We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76dd591 + dc25546 commit 06453e2Copy full SHA for 06453e2
2 files changed
firmware/common/cpld_jtag.c
@@ -21,11 +21,12 @@
21
22
#include "cpld_jtag.h"
23
24
-#include "cpld_xc2c.h"
25
#include "platform_detect.h"
26
#ifdef IS_NOT_PRALINE
+ #include <stdbool.h>
27
#include <stdint.h>
28
#include "xapp058/micro.h"
29
+ #include "cpld_xc2c.h"
30
#endif
31
32
firmware/common/cpld_jtag.h
@@ -21,6 +21,7 @@
#pragma once
+#include <stdbool.h>
#include "gpio.h"
0 commit comments