Hello all,
i have a question if it is possible use the eclipse template or others for update a constant value define as:
static const unsigned short firmware_version = 0001;
for update automaticaly(for example) every time i debug it increasing it of +1. This for track the firmware version
Thanks