Skip to content

Commit 9f04012

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 354606b commit 9f04012

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/board_controller/enophone/inc/enophone.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Enophone : public BTLibBoard
1919
volatile int state;
2020

2121
void read_thread ();
22-
std::string get_name_selector ();
22+
std::string get_name_selector () override;
2323

2424
public:
2525
Enophone (struct BrainFlowInputParams params);

src/board_controller/mentalab/inc/explore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Explore : public BTLibBoard
3939
int eeg_sampling_rate;
4040

4141
void read_thread ();
42-
std::string get_name_selector ();
42+
std::string get_name_selector () override;
4343
void parse_eeg_data (const ExploreHeader *header, double *package, unsigned char *payload,
4444
double vref, int n_packages);
4545
void parse_orientation_data (

0 commit comments

Comments
 (0)