I missed defining Q_DEFINE_THIS_FILE Now it complies fine . Thank you
Hi, I was using qp nano on arduino uno. The blinky demo app builds fine . But I just wanted to use QHSM event processor without using any AOs . below is the simple code which fails to build OneDrive\Documents\Arduino\blinky\blinky.ino: In function 'int main()': \OneDrive\Documents\Arduino\libraries\qpn_avr\src/qassert.h:142:33: error: 'Q_this_module_' was not declared in this scope ? (void)0 : Q_onAssert(&Q_this_module_[0], (int_t)LINE)) ^ OneDrive\Documents\Arduino\libraries\qpn_avr\src/qepn.h:211:5:...
Hi, I was using qp nano on arduino uno. The blinky demo app builds fine . But I just wanted to use QHSM event processor without using any AOs . below is the simple code which fails to build OneDrive\Documents\Arduino\blinky\blinky.ino: In function 'int main()': \OneDrive\Documents\Arduino\libraries\qpn_avr\src/qassert.h:142:33: error: 'Q_this_module_' was not declared in this scope ? (void)0 : Q_onAssert(&Q_this_module_[0], (int_t)LINE)) ^ OneDrive\Documents\Arduino\libraries\qpn_avr\src/qepn.h:211:5:...