Skip to content

Commit

Permalink
fixed spelling of header file names
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBondarev committed Oct 25, 2021
1 parent f7dc407 commit 2adad39
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/IMU/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform = aceinna_imu
lib_archive = false
board = OpenIMU300
;lib_deps = ../../../openIMU300-lib
lib_deps = [email protected].13
lib_deps = [email protected].14
build_flags =
; -D CLI
-D IMU_ONLY
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/IMU/src/user/UserAlgorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.

#include "algorithm.h"
#include "EKF_Algorithm.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "UserConfiguration.h"
#include "bsp.h"
#include "debug.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/IMU/src/user/UserConfiguration.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include "userAPI.h"

#include "UserConfiguration.h"
#include "UserMessagingUart.h"
#include "UserMessagingUART.h"
#include "eepromAPI.h"
#include "Indices.h"
#include "sae_j1939.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/INS/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform = aceinna_imu
lib_archive = false
board = OpenIMU300
;lib_deps = ../../../openIMU300-lib
lib_deps = [email protected].13
lib_deps = [email protected].14
build_flags =
-D GPS
-D GPS_OVER_CAN
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/INS/src/user/UserAlgorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ limitations under the License.

#include "algorithm.h"
#include "EKF_Algorithm.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "UserConfiguration.h"
#include "bsp.h"
#include "debug.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/INS/src/user/UserConfiguration.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include "userAPI.h"

#include "UserConfiguration.h"
#include "UserMessagingUart.h"
#include "UserMessagingUART.h"
#include "eepromAPI.h"
#include "Indices.h"
#include "sae_j1939.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/INS/src/user/UserMessagingUART.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include "sensorsAPI.h"
#include "userAPI.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"
#include "appVersion.h"

#include "UserMessagingUART.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/VG_AHRS/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform = aceinna_imu
lib_archive = false
board = OpenIMU300
;lib_deps = ../../../openIMU300-lib
lib_deps = [email protected].13
lib_deps = [email protected].14
build_flags =
; -D CLI
; Comment next line for VG algorithm
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/VG_AHRS/src/user/UserConfiguration.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include "userAPI.h"

#include "UserConfiguration.h"
#include "UserMessagingUart.h"
#include "UserMessagingUART.h"
#include "eepromAPI.h"
#include "Indices.h"
#include "sae_j1939.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300RI/VG_AHRS/src/user/UserMessagingUART.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include "sensorsAPI.h"
#include "userAPI.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"
#include "appVersion.h"

#include "UserMessagingUART.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300ZI/IMU/src/user/UserMessagingSPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
#include "spiAPI.h"
#include "magAPI.h"
#include "appVersion.h"
#include "BitStatus.h"
#include "BITStatus.h"

uint8_t _spiDataBuf[2][SPI_DATA_BUF_LEN];
uint8_t *_activeSpiDataBufPtr = _spiDataBuf[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300ZI/INS/src/user/UserMessagingSPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
#include "spiAPI.h"
#include "magAPI.h"
#include "appVersion.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "EKF_Algorithm.h"

uint8_t _spiDataBuf[2][SPI_DATA_BUF_LEN];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include "appVersion.h"
#include "ucb_packet_struct.h"
#include "magAPI.h"
#include "magAlign.h"
#include "MagAlign.h"

#include "CommonMessages.h"
#include "algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU300ZI/VG_AHRS/src/user/UserMessagingSPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
#include "spiAPI.h"
#include "magAPI.h"
#include "appVersion.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "EKF_Algorithm.h"

uint8_t _spiDataBuf[2][SPI_DATA_BUF_LEN];
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU330BI/IMU/src/user/UserCommunicationSPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
#include "filter.h"
#include "appVersion.h"
#include "hwAPI.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "UserConfiguration.h"


Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU330BI/VG/src/user/UserAlgorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ limitations under the License.
#include "algorithm.h"
#include "UserAlgorithm.h"
#include "EKF_Algorithm.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "TimingVars.h"
#include "AlgorithmLimits.h"
#include "math.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/OpenIMU330BI/VG/src/user/UserCommunicationSPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ limitations under the License.
#include "hwAPI.h"
#include "Indices.h"
#include "EKF_Algorithm.h"
#include "BitStatus.h"
#include "BITStatus.h"
#include "UserConfiguration.h"


Expand Down

0 comments on commit 2adad39

Please sign in to comment.