CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

LoRaWan_APP.cpp using "__attribute__((weak))" declaration

Open trlafleur opened this issue 5 years ago • 0 comments

You might want to consider making some of the declaration in this file using "attribute((weak))" so that it can be overwritten in the main program...

Example...

 /*!
 * User application data size
 */
uint8_t __attribute__((weak)) appDataSize = LORAWAN_APP_DATA_MAX_SIZE;

Thanks

trlafleur avatar Jun 27 '20 11:06 trlafleur