Browse Source

AP_IOMCU: remove optimize override from iofirmware

mission-4.1.18
Siddharth Purohit 7 years ago committed by Andrew Tridgell
parent
commit
fe3dda74bd
  1. 2
      libraries/AP_IOMCU/iofirmware/iofirmware.cpp

2
libraries/AP_IOMCU/iofirmware/iofirmware.cpp

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
#include "iofirmware.h"
#include "hal.h"
extern const AP_HAL::HAL &hal;
#pragma GCC optimize("O0")
#define PKT_MAX_REGS 32
AP_IOMCU_FW iomcu;
/*

Loading…
Cancel
Save