From 2847921e5a376d6cdb4e04aa38be62ded28e7d8a Mon Sep 17 00:00:00 2001 From: Soren Singh Dary <67230851+sorensd@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:26:16 +0530 Subject: [PATCH] Fixed a type in the file name (#2781) --- usermods/mpu6050_imu/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usermods/mpu6050_imu/readme.md b/usermods/mpu6050_imu/readme.md index adb19ef8e..7750bfb33 100644 --- a/usermods/mpu6050_imu/readme.md +++ b/usermods/mpu6050_imu/readme.md @@ -78,7 +78,7 @@ to the info object ## Usermod installation 1. Copy the file `usermod_mpu6050_imu.h` to the `wled00` directory. -2. Register the usermod by adding `#include "usermod_mpu6050_imu.h.h"` in the top and `registerUsermod(new MPU6050Driver());` in the bottom of `usermods_list.cpp`. +2. Register the usermod by adding `#include "usermod_mpu6050_imu.h"` in the top and `registerUsermod(new MPU6050Driver());` in the bottom of `usermods_list.cpp`. Example **usermods_list.cpp**: