There was an error while loading. Please reload this page.
1 parent 1d47395 commit daaacccCopy full SHA for daaaccc
1 file changed
firmware-template-gd32/hardfault_handler.cpp
@@ -10,7 +10,7 @@
10
#include <cstdio>
11
#include <cstdint>
12
13
-#include "gd32.h"
+#include "gd32xxxx.h" // IWYU pragma: keep
14
15
extern "C" void HardFault_Handler()
16
{
0 commit comments