Skip to content
Snippets Groups Projects
Commit 31b40337 authored by Jose Alamos's avatar Jose Alamos
Browse files

drivers/ina220: fix table number in bus ADC settings

parent 6f227cfc
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ typedef enum ina220_brng {
/**
* @brief Shunt ADC settings
*
* @see Table 5 in INA220 data sheet
* @see Table 4 in INA220 data sheet
*/
typedef enum ina220_sadc {
/** 9 bit resolution, 84 us conversion time */
......@@ -107,7 +107,7 @@ typedef enum ina220_sadc {
/**
* @brief Bus ADC settings
*
* @see Table 5 in INA220 data sheet
* @see Table 4 in INA220 data sheet
*/
typedef enum ina220_badc {
/** 9 bit resolution, 84 us conversion time */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment