bme680-stm32/core/src/std.cpp
Maximilian Grau 7cc9eca65f Init project
2021-01-06 01:28:09 +01:00

10 lines
No EOL
125 B
C++

namespace std
{
void __throw_bad_function_call()
{
}
void __throw_out_of_range_fmt(char const *, ...)
{
}
} // namespace std