kopia lustrzana https://github.com/Qyon/STM32_RTTY
Compile error when optimization disabled
rodzic
d0f4705d7a
commit
f56c57bdec
4
aprs.cpp
4
aprs.cpp
|
@ -8,7 +8,9 @@
|
||||||
#include "ublox.h"
|
#include "ublox.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#if !defined(__OPTIMIZE__)
|
||||||
|
#error "APRS Works only when optimization enabled at level at least -O2"
|
||||||
|
#endif
|
||||||
QAPRSBase qaprs;
|
QAPRSBase qaprs;
|
||||||
|
|
||||||
void aprs_init(){
|
void aprs_init(){
|
||||||
|
|
Ładowanie…
Reference in New Issue