Skip to content

Commit

Permalink
ignore any logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
corruptbear committed Jul 15, 2024
1 parent a1e4a7e commit 98b5d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ cmake-build-debug/
# MacOS file system
.DS_Store
settings.json

# log files
*.pkl
*.ttg
1 change: 0 additions & 1 deletion software/firmware/src/tasks/app_task_ranging.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ static void imu_burst_data_handler(uint8_t *burst_data_buffer)
const bno055_data_type_t data_types[] = {STAT_DATA,LACC_DATA,GYRO_DATA};
uint8_t index = 0;
uint8_t len = 0;
print("got imu data!\n");

#ifndef _TEST_NO_STORAGE
for (uint8_t i = 0; i < sizeof(data_types)/sizeof(data_types[0]); i+=1)
Expand Down

0 comments on commit 98b5d96

Please sign in to comment.