Skip to content

Commit

Permalink
Removing el5042
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers committed Sep 5, 2024
1 parent 9e9db2a commit b023fb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/jsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "jsd/jsd_el3356.h"
#include "jsd/jsd_el3602.h"
#include "jsd/jsd_el4102.h"
#include "jsd/jsd_el5042.h"
#include "jsd/jsd_epd_nominal.h"
#include "jsd/jsd_epd_sil.h"
#include "jsd/jsd_ild1900.h"
Expand Down Expand Up @@ -593,9 +592,6 @@ bool jsd_driver_is_compatible_with_product_code(jsd_driver_type_t driver_type,
case JSD_DRIVER_TYPE_EL4102:
is_compatible = jsd_el4102_product_code_is_compatible(product_code);
break;
case JSD_DRIVER_TYPE_EL5042:
is_compatible = jsd_el5042_product_code_is_compatible(product_code);
break;
case JSD_DRIVER_TYPE_ILD1900:
is_compatible = jsd_ild1900_product_code_is_compatible(product_code);
break;
Expand Down Expand Up @@ -663,9 +659,6 @@ bool jsd_init_single_device(jsd_t* self, uint16_t slave_id) {
case JSD_DRIVER_TYPE_EL4102:
return jsd_el4102_init(self, slave_id);
break;
case JSD_DRIVER_TYPE_EL5042:
return jsd_el5042_init(self, slave_id);
break;
case JSD_DRIVER_TYPE_ILD1900:
return jsd_ild1900_init(self, slave_id);
break;
Expand Down

0 comments on commit b023fb5

Please sign in to comment.