diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-15 23:01:54 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-17 02:08:15 +0000 |
commit | 3b1a450f99e6f5536384d22334418b6e82e9d3c4 (patch) | |
tree | a6fcad37ecd02bed46e533afc25371380ba15959 /hal/positioning_hal | |
parent | 54bb9c84684274ce393310e22e00baced4951577 (diff) |
Changed the name of a file and some lines
From agl_types_obsoluted.h => agl_types_deprecated.h
because "obsolute" is misspelled.
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a
Diffstat (limited to 'hal/positioning_hal')
-rwxr-xr-x | hal/positioning_hal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/positioning_hal/Makefile b/hal/positioning_hal/Makefile index 5e90c7a..1886055 100755 --- a/hal/positioning_hal/Makefile +++ b/hal/positioning_hal/Makefile @@ -26,7 +26,7 @@ CXXFLAGS += -I./inc/GpsCommon CXXFLAGS += -I./inc/LineSensDrv CXXFLAGS += -I./hal_api/ CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/basesystem -CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h +CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h ######### compile options ####################### |