Skip to content

Commit daaaccc

Browse files
committed
Use gd32xxxx.h in hardfault handler
1 parent 1d47395 commit daaaccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware-template-gd32/hardfault_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <cstdio>
1111
#include <cstdint>
1212

13-
#include "gd32.h"
13+
#include "gd32xxxx.h" // IWYU pragma: keep
1414

1515
extern "C" void HardFault_Handler()
1616
{

0 commit comments

Comments
 (0)