We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6451f55 commit 2fe5506Copy full SHA for 2fe5506
libraries/Arduino_CAN/src/R7FA4M1_CAN.h
@@ -54,7 +54,7 @@ class R7FA4M1_CAN final : public HardwareCAN
54
bool begin(CanBitRate const can_bitrate) override;
55
void end() override;
56
57
- void setMailboxMask(int mailbox_group,uint32_t mask);
+ void setMailboxMask(size_t const mailbox_group,uint32_t const mask);
58
void setMailboxID(int mailbox,int id);
59
60
int enableInternalLoopback();
0 commit comments