projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5a88c
)
Load calibration when initializing gram
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 16:28:21 +0000
(18:28 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 16:28:21 +0000
(18:28 +0200)
libgram/src/init.c
patch
|
blob
|
history
diff --git
a/libgram/src/init.c
b/libgram/src/init.c
index 49033c1d3c33d490f70e4e65f2d9aeb55c286e8b..68bd0d573f5b4b01a68780cfd68da3d237e129f2 100644
(file)
--- a/
libgram/src/init.c
+++ b/
libgram/src/init.c
@@
-8,5
+8,6
@@
int gram_init(struct gramCtx *ctx, const struct gramProfile *profile, void *ddr_
dfii_setsw(ctx, true);
dfii_initseq(ctx, profile);
+ gram_load_calibration(ctx, profile);
dfii_setsw(ctx, false);
}