Skip to content

Commit cdcfbc3

Browse files
committed
Removed old mock files
These are no longer used now that we've offloaded stuff to the Pico
1 parent 0e39a76 commit cdcfbc3

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ add_executable(
2525
lib/Command.h
2626
lib/Command_Interpreter.cpp
2727
lib/Command_Interpreter.h
28-
lib/Mock_GPIO.cpp
29-
lib/Mock_GPIO.h
3028
lib/Wiring.cpp
3129
lib/Wiring.h)
3230
target_link_libraries(
@@ -36,4 +34,4 @@ target_link_libraries(
3634

3735
include(GoogleTest)
3836
gtest_discover_tests(run_tests)
39-
#Gtest end
37+
#Gtest end

lib/Mock_GPIO.cpp

-28
This file was deleted.

lib/Mock_GPIO.h

-19
This file was deleted.

0 commit comments

Comments
 (0)