Skip to content

Commit

Permalink
adding termite to list of targets
Browse files Browse the repository at this point in the history
  • Loading branch information
CvRXX committed Jan 18, 2021
1 parent 02a0db6 commit 3d734f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/hwlib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
#include HWLIB_INCLUDE( targets/hwlib-blue-pill.hpp )
#endif

/// - HWLIB_TARGET_termite : Termite board (stm32f103c8 chip) https://github.com/CvRXX/termite
#ifdef HWLIB_TARGET_termite
#define HWLIB_TARGET
#include HWLIB_INCLUDE( targets/hwlib-termite.hpp )
#endif

#ifdef HWLIB_TARGET_gd32vf103c8
#define HWLIB_TARGET
#include HWLIB_INCLUDE( targets/hwlib-gd32vf103c8.hpp )
Expand Down

0 comments on commit 3d734f3

Please sign in to comment.