Index: firmware/App/Drivers/LevelSensors.c =================================================================== diff -u -rf1d812de6fbaf4943d05bbee2271bcb61138325a -r285b5d82539c96524c93703d52a66fff76fb64fc --- firmware/App/Drivers/LevelSensors.c (.../LevelSensors.c) (revision f1d812de6fbaf4943d05bbee2271bcb61138325a) +++ firmware/App/Drivers/LevelSensors.c (.../LevelSensors.c) (revision 285b5d82539c96524c93703d52a66fff76fb64fc) @@ -65,7 +65,7 @@ /*********************************************************************//** * @brief - * The readLevelSensors function gets the current level sensor state + * The readAirTrapLevelSensors function gets the current level sensor state * for a all level sensors from the FPGA. * @note This function should be called periodically to maintain fresh * sensor readings for all level sensors. @@ -74,7 +74,7 @@ * airTrapLevelsDebounceStartTime[] * @return none *************************************************************************/ -void readLevelSensors( void ) +void readAirTrapLevelSensors( void ) { BOOL lowAir, highAir; AIR_TRAP_LEVEL_SENSORS_T airTrapLevelSensor;