mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove opt pragma
This commit is contained in:
parent
0553daf50d
commit
681110df97
@ -1,8 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <usbd_core.h>
|
#include <usbd_core.h>
|
||||||
#include <stm32f4xx_exti.h>
|
#include <stm32f4xx_exti.h>
|
||||||
/* disable optimization for this file */
|
|
||||||
#pragma GCC optimize ("O0")
|
|
||||||
#define UNUSED(x) x __attribute__((unused))
|
#define UNUSED(x) x __attribute__((unused))
|
||||||
#define BREAK() __asm__ volatile ("BKPT");
|
#define BREAK() __asm__ volatile ("BKPT");
|
||||||
extern USB_OTG_CORE_HANDLE USB_OTG_Core;
|
extern USB_OTG_CORE_HANDLE USB_OTG_Core;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user