Skip to content

Commit

Permalink
Update freeeeg128.cpp
Browse files Browse the repository at this point in the history
fixed the FREEEEG128_BOARD
  • Loading branch information
TedAhmadi authored Aug 3, 2023
1 parent 6e666f9 commit d2d3812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_controller/freeeeg128/freeeeg128.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constexpr double FreeEEG128::ads_vref;


FreeEEG128::FreeEEG128 (struct BrainFlowInputParams params)
: Board ((int)BoardIds::FreeEEG128_BOARD, params)
: Board ((int)BoardIds::FREEEEG128_BOARD, params)
{
serial = NULL;
is_streaming = false;
Expand Down

0 comments on commit d2d3812

Please sign in to comment.