Skip to content

Commit

Permalink
Add needed include header for ch32x035 example
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Oct 18, 2023
1 parent 4f4b3a1 commit f0d5f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/blinky-none-os/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <ch32v20x.h>
#elif defined(CH32V30X)
#include <ch32v30x.h>
#elif defined (CH32X035)
#include <ch32x035.h>
#endif
#include <debug.h>

Expand Down

0 comments on commit f0d5f28

Please sign in to comment.