Skip to content

Commit

Permalink
Rename gram_calibration_auto to gram_generate_calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean THOMAS committed Jul 30, 2020
1 parent 456042b commit 1e12b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgram/src/calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool gram_read_burstdet(struct gramCtx *ctx, int phase) {
#endif
}

int gram_calibration_auto(struct gramCtx *ctx) {
int gram_generate_calibration(struct gramCtx *ctx, struct gramProfile *profile) {
uint32_t refval[8];
size_t i, j, k;
int score;
Expand Down

0 comments on commit 1e12b6d

Please sign in to comment.