Skip to content
Snippets Groups Projects
Commit 093d5b31 authored by Angelo Prete's avatar Angelo Prete
Browse files

[BMX160] Increased fifo size

parent f57081da
No related branches found
No related tags found
No related merge requests found
Pipeline #7779 passed
...@@ -339,8 +339,8 @@ private: ...@@ -339,8 +339,8 @@ private:
int tempCounter = 0; int tempCounter = 0;
// Sometimes the buffer gets over 1000 // Sometimes the buffer gets over 1000 and the fifo's size assertion fails.
static constexpr unsigned int FIFO_BUF_SIZE = 1100; static constexpr unsigned int FIFO_BUF_SIZE = 2100;
/** /**
* Sometimes the sensor pulls down the interrupt pin while reading data. * Sometimes the sensor pulls down the interrupt pin while reading data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment