Skip to content

Commit

Permalink
Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed Jun 4, 2022
1 parent dce32a7 commit 2b4cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp2040.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ esp_err_t rp2040_write_reg(RP2040* device, uint8_t reg, uint8_t *value, size_t v
return res;
}

inline void _send_input_change(RP2040* device, uint8_t input, bool value) {
void _send_input_change(RP2040* device, uint8_t input, bool value) {
rp2040_input_message_t message;
message.input = input;
message.state = value;
Expand Down

0 comments on commit 2b4cbce

Please sign in to comment.