Removed duplicate include
This commit is contained in:
parent
018c94f23d
commit
6374045c69
@ -589,7 +589,6 @@ bool movement_set_accelerometer_motion_threshold(uint8_t new_threshold) {
|
||||
float movement_get_temperature(void) {
|
||||
float temperature_c = (float)0xFFFFFFFF;
|
||||
#if __EMSCRIPTEN__
|
||||
#include <emscripten.h>
|
||||
temperature_c = EM_ASM_DOUBLE({
|
||||
return temp_c || 25.0;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user