diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
| commit | c1c397b5555786bd27cac8ac9909d233671a67e8 (patch) | |
| tree | c82b6eba15cfc0da51c1e73a9619561aa1bfd586 /src/bluetooth | |
| parent | 3631045878a955407115561fa86b96566bd33cfc (diff) | |
move src/libs to libs
Diffstat (limited to 'src/bluetooth')
| -rw-r--r-- | src/bluetooth/ble_mouse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/ble_mouse.cpp b/src/bluetooth/ble_mouse.cpp index 3499c5f..c627163 100644 --- a/src/bluetooth/ble_mouse.cpp +++ b/src/bluetooth/ble_mouse.cpp @@ -1,5 +1,5 @@ -#include "../config.h" -#include "../hid/badusb.h" +#include "config.h" +#include "hid/badusb.h" #include <Arduino.h> #include <BleMouse.h> |
