freakone / HX711

Procedural implementation of HX711 library with HAL for STM32
28 stars 22 forks source link

HX711_AverageValue naming problem #4

Open sarguez opened 4 years ago

sarguez commented 4 years ago

Hi, In the header file, there's a prototype for HX711_AverageValue function. But the implementation has the name HX711_Average_Value in the .c file, with an extra underscore.

You may want to fix that