Skip to content

Commit

Permalink
Correct inherit of vars
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Apr 5, 2024
1 parent 478ccc6 commit 60d5cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPGeiger/src/GeigerInput/Type/Serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ MightyOhm CPS, 1, CPM, 60, uSv/hr, 1.23, INST/FAST/SLOW\n
GC10 60\n
*/
#include "../GeigerInput.h"

#ifndef GEIGER_BAUDRATE
#define GEIGER_BAUDRATE 9600
Expand All @@ -41,7 +42,6 @@ GC10 60\n
#define GEIGER_SERIAL_TYPE GEIGER_SERIAL_CPM
#endif

#include "../GeigerInput.h"

class GeigerSerial : public GeigerInput
{
Expand Down

0 comments on commit 60d5cf1

Please sign in to comment.