drivers/distance_sensor/lightware_sf45_serial: fix path to crc lib (no longer in systemlib)

Signed-off-by: dirksavage88 <dirksavage88@gmail.com>
This commit is contained in:
Andrew Brahim 2023-03-17 08:35:46 -05:00 committed by GitHub
parent 0ae296bfe2
commit 71c746b9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include <inttypes.h>
#include <fcntl.h>
#include <termios.h>
#include <lib/systemlib/crc.h>
#include <lib/crc/crc.h>
#include <float.h>
#include <mathlib/mathlib.h>