Skip to content

Commit 1888ed5

Browse files
committed
Fix Muse Athena clang-format
1 parent cb35a98 commit 1888ed5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/board_controller/muse/muse_athena.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ void athena_peripheral_on_data (simpleble_peripheral_t peripheral, simpleble_uui
149149
void athena_peripheral_on_status (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
150150
simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)
151151
{
152-
((MuseAthena *)(board))
153-
->peripheral_on_status (peripheral, service, characteristic, data, size);
152+
((MuseAthena *)(board))->peripheral_on_status (peripheral, service, characteristic, data, size);
154153
}
155154

156155
MuseAthena::MuseAthena (int board_id, struct BrainFlowInputParams params)

0 commit comments

Comments
 (0)