Revert "Implementation of SoC Prediction"

This reverts commit c4543e7e01.
This commit is contained in:
2023-06-25 15:28:53 +02:00
parent c4543e7e01
commit 2eb7109416
7 changed files with 8 additions and 130 deletions

View File

@ -70,8 +70,3 @@ void shunt_handle_can_msg(uint16_t id, const uint8_t *data) {
break;
}
}
int32_t shunt_getcurrent()
{
return shunt_data.current;
}