diff --git a/src/board_controller/freeeeg128/freeeeg128.cpp b/src/board_controller/freeeeg128/freeeeg128.cpp index 1e2afa2b9..e1cc118c5 100644 --- a/src/board_controller/freeeeg128/freeeeg128.cpp +++ b/src/board_controller/freeeeg128/freeeeg128.cpp @@ -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;