Rename device3/4 to device_imu/mcu

This commit is contained in:
wheaney 2024-07-30 10:03:08 -07:00
parent ce3f9f5493
commit a2c8e49856
9 changed files with 1181 additions and 1181 deletions

View file

@ -12,8 +12,8 @@ add_library(
xrealAirLibrary
src/crc32.c
src/device.c
src/device3.c
src/device4.c
src/device_imu.c
src/device_mcu.c
src/hid_ids.c
)