mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-27 20:23:57 +08:00
Update libmap_renderer -> libmaprender in map_renderer.py/get_ffi
old-commit-hash: c711d71caa
This commit is contained in:
@@ -15,7 +15,7 @@ METERS_PER_PIXEL = 2
|
||||
|
||||
|
||||
def get_ffi():
|
||||
lib = os.path.join(BASEDIR, "selfdrive", "navd", "libmap_renderer" + suffix())
|
||||
lib = os.path.join(BASEDIR, "selfdrive", "navd", "libmaprender" + suffix())
|
||||
|
||||
ffi = FFI()
|
||||
ffi.cdef("""
|
||||
|
||||
Reference in New Issue
Block a user