mirror of https://github.com/ARMmbed/mbed-os.git
Fix compiler warning for spi_api
Add mbed_critical include file to disable compiler warning messages.pull/6605/head
parent
098c2cf756
commit
b594ec20b8
|
@ -32,6 +32,7 @@
|
|||
*/
|
||||
|
||||
#include "mbed_assert.h"
|
||||
#include "mbed_critical.h"
|
||||
#include "spi_api.h" // mbed HAL
|
||||
#include "spim_regs.h" // bare metal
|
||||
#include "spim.h" // Maxim CMSIS driver
|
||||
|
|
Loading…
Reference in New Issue