Skip to content

Commit

Permalink
Merge pull request #4 from Community-PIO-CH32V/master
Browse files Browse the repository at this point in the history
Fix compilation
  • Loading branch information
aappleby authored May 7, 2023
2 parents ebe7221 + 2e6c400 commit a254eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add_executable(
src/GDBServer.cpp
src/utils.cpp
src/usb_config.cpp
test/tests.cpp
test/picorvd_tests.cpp
bin/singlewire.pio.h
)

Expand Down
2 changes: 1 addition & 1 deletion src/Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "RVDebug.h"
#include "WCHFlash.h"
#include "SoftBreak.h"
#include "test/tests.h"
#include "test/picorvd_tests.h"
#ifdef INCLUDE_BLINKY_BINARY
#include "example/bin/blink.h"
#endif
Expand Down

0 comments on commit a254eb7

Please sign in to comment.