Skip to content

Commit

Permalink
comment out all headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CarVac committed May 11, 2023
1 parent e7ac127 commit ce3fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhobGCC/common/phobGCC.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using std::max;
//#include "../teensy/Phob1_1Teensy4_0DiodeShort.h"// For PhobGCC board 1.1 with Teensy 4.0 and the diode shorted
//#include "../teensy/Phob1_2Teensy4_0.h" // For PhobGCC board 1.2.x with Teensy 4.0
//#include "../rp2040/include/PicoProtoboard.h" // For a protoboard with a Pico on it, used for developing for the RP2040
#include "../rp2040/include/Phob2_0.h" // For PhobGCC Board 2.0 with RP2040
//#include "../rp2040/include/Phob2_0.h" // For PhobGCC Board 2.0 with RP2040

#include "structsAndEnums.h"
#include "variables.h"
Expand Down

0 comments on commit ce3fa9f

Please sign in to comment.