mirror of https://github.com/ARMmbed/mbed-os.git
STM: fix minor warnings
parent
22f9ac6624
commit
5aa609b4db
|
@ -125,7 +125,7 @@ static void handle_interrupt_in(uint32_t irq_index, uint32_t max_num_pin_line)
|
|||
}
|
||||
}
|
||||
}
|
||||
error("Unexpected Spurious interrupt, index %d\r\n", irq_index);
|
||||
error("Unexpected Spurious interrupt, index %ld\r\n", irq_index);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "cmsis.h"
|
||||
|
||||
int mbed_sdk_inited = 0;
|
||||
extern void SetSysClock(void);
|
||||
|
||||
// This function is called after RAM initialization and before main.
|
||||
void mbed_sdk_init()
|
||||
|
|
Loading…
Reference in New Issue