Skip to content

Commit ccde933

Browse files
committed
fix typo
1 parent 8b799d7 commit ccde933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EloquentTinyML.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace Eloquent {
8585
// copy output
8686
if (output != NULL) {
8787
for (size_t i = 0; i < outputSize; i++)
88-
output[i] = this->output->data.f[0];
88+
output[i] = this->output->data.f[i];
8989
}
9090

9191
return this->output->data.f[0];

0 commit comments

Comments
 (0)