Skip to content

Commit 2d9ceca

Browse files
calebbourgjhodapp
andauthored
Update esp32-wroom-rp/src/spi.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent f4a43f1 commit 2d9ceca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/spi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ where
149149
if operation.has_params {
150150
operation.params.iter().for_each(|param| {
151151
self.send_param(param);
152-
param_size = param_size + param.length();
152+
param_size += param.length();
153153
});
154154

155155
self.send_end_cmd();

0 commit comments

Comments
 (0)