@@ -53,7 +53,7 @@ enum CAN_SPEED {
Example of initialization
```C++
MCP_CAN mcp2551(10, MCP_CAN::MODE_LOOPBACK);
mcp2551->begin(CAN_125KBPS);
mcp2551.begin(CAN_125KBPS);
```
<br>
The note is not visible to the blocked user.