Solved
WARNING app_common.h
I recently create a project for a NUCLEO-WB15CC on STM32CubeMX where the output was the following:
Is there any solution for this warning?
I recently create a project for a NUCLEO-WB15CC on STM32CubeMX where the output was the following:
Is there any solution for this warning?
Hello,
In one of the files that defined that macro:
#ifndef PAUSE
#define PAUSE(t) ...
But need to check which PAUSE definition you need to adopt!
Seems that that warning is indicating PAUSE macro was defined differently in app_common.h and ble_common.h.
You need to check.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.