From 5cd38d411a820e8091ad5c9b16d1c4ee1640b6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 30 Aug 2025 19:36:12 +0200 Subject: [PATCH] Fix typo --- src/detect/ScanI2C.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect/ScanI2C.h b/src/detect/ScanI2C.h index 43413a379..470a416c0 100644 --- a/src/detect/ScanI2C.h +++ b/src/detect/ScanI2C.h @@ -80,7 +80,7 @@ class ScanI2C LTR553ALS, BHI260AP, BMM150, - TSL2561 + TSL2561, DRV2605 } DeviceType;