Skip to content

Commit

Permalink
Merge branch 'main' into feature/sim-enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 authored Nov 29, 2024
2 parents 6579c49 + 970cceb commit ae5ff0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,4 +993,4 @@
}
]
}
]
]
15 changes: 15 additions & 0 deletions cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@
}
]
}
,
{
"name": "MPU/State/TorqueLimit",
"unit": "percentage",
"sim_min": 0,
"sim_max": 1,
"sim_inc_min": 0.1,
"sim_inc_max": 0.1,
"points": [
{
"size": 8,
"format": "divide100"
}
]
}
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions platforms/stm32f405/include/stm32xx_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
#include "stm32g4xx_hal.h"
#endif

#ifdef STM32F103xB
#include "stm32f1xx_hal.h"
#endif

#endif /* STM32XX_HAL_H*/

0 comments on commit ae5ff0a

Please sign in to comment.