Skip to content

Commit

Permalink
Interrupt key
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Apr 3, 2024
1 parent 1d0d3bc commit 88faafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPGeiger/src/Counter/Counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "../GeigerInput/Type/TestPulse.h"
#elif GEIGER_TYPE == GEIGER_TYPE_TESTSERIAL
#include "../GeigerInput/Type/TestSerial.h"
#elif GEIGER_TYPE == GEIGER_TYPE_TESTPULSEPWM
#elif GEIGER_TYPE == GEIGER_TYPE_TESTPULSEINT
#include "../GeigerInput/Type/TestPulseInt.h"
#endif

Expand Down

0 comments on commit 88faafe

Please sign in to comment.