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 "config.h"
|
||||
|
||||
|
||||
#if !defined(__OPTIMIZE__)
|
||||
#error "APRS Works only when optimization enabled at level at least -O2"
|
||||
#endif
|
||||
QAPRSBase qaprs;
|
||||
|
||||
void aprs_init(){
|
||||
|
|
Ładowanie…
Reference in New Issue