Skip to content

Commit daa0527

Browse files
committed
nvm, use actual RSR pointer already
1 parent 2107e5f commit daa0527

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-12-20_10:10:56
1+
3.7.12-dev:::2024-12-20_10:12:18

src/modules/lower-level/meta-ll.c

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -752,15 +752,9 @@ int svgrid = 5000;
752752
} else if (strcmp(sensor, "SEN2B") == 0){
753753
b_rsr = _RSR_START_SEN2B_;
754754
} else if (strcmp(sensor, "SEN2C") == 0){
755-
#ifdef FORCE_DEBUG
756-
printf("SEN2C: using SEN2A RSR. Adjust later!\n");
757-
#endif
758-
b_rsr = _RSR_START_SEN2A_;
755+
b_rsr = _RSR_START_SEN2C_;
759756
} else if (strcmp(sensor, "SEN2D") == 0){
760-
#ifdef FORCE_DEBUG
761-
printf("SEN2D: using SEN2A RSR. Adjust later!\n");
762-
#endif
763-
b_rsr = _RSR_START_SEN2A_;
757+
b_rsr = _RSR_START_SEN2D_;
764758
} else {
765759
printf("unknown/unsupported Sentinel-2! "); return FAILURE;
766760
}

0 commit comments

Comments
 (0)