# HG changeset patch
# User Ideenmodellierer
# Date 1678215138 -3600
# Node ID 4a28402e4aca4d634a1c57f2ee5739ae87506178
# Parent  4f19336a3f217844662060e511dc16bef3a0a3f6
Updated outdated comment

diff -r 4f19336a3f21 -r 4a28402e4aca Small_CPU/Src/externalInterface.c
--- a/Small_CPU/Src/externalInterface.c	Tue Mar 07 19:51:30 2023 +0100
+++ b/Small_CPU/Src/externalInterface.c	Tue Mar 07 19:52:18 2023 +0100
@@ -93,7 +93,7 @@
 
 /* Create a lookup table based on GSS application note AN001: PRESSURE COMPENSATION OF A CO2 SENSOR */
 /* The main purpose of the sensor in the dive application is to be a warning indicator */
-/* => no exact values necessary => a lookup table with 50 entries should be sufficient */
+/* => no exact values necessary => a lookup table with 1000ppm scaling should be sufficient */
 	LookupCO2PressureCorrection [0] = -0.0014;
 	for(index = 1; index < (LOOKUP_CO2_CORR_TABLE_MAX / LOOKUP_CO2_CORR_TABLE_SCALE); index++)
 	{