small cosmetic fixes
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 15 Sep 2016 03:14:32 +0000 (05:14 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 18:02:59 +0000 (19:02 +0100)
extdrv/veml6070_uv_sensor.c
include/extdrv/veml6070_uv_sensor.h

index 21d56f3..301e2dd 100644 (file)
@@ -60,7 +60,7 @@ int veml6070_probe_sensor(struct veml6070_sensor_config* conf)
 int veml6070_sensor_read(struct veml6070_sensor_config* conf, uint16_t* uv_raw)
 {
     int ret = 0;
-    char cmd_buf =0;
+    char cmd_buf = 0;
     uint8_t data = 0;
 
     if (conf->probe_ok != 1) {
index 440ffdb..585fa89 100644 (file)
@@ -83,7 +83,6 @@ int veml6070_sensor_read(struct veml6070_sensor_config* conf, uint16_t* uv_raw);
  *   -EREMOTEIO : Device did not acknowledge : Any device present ?
  *   -EIO : Bad one: Illegal start or stop, or illegal state in i2c state machine
  */
-#define CONF_BUF_SIZE 2
 int veml6070_configure(struct veml6070_sensor_config* conf);