This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

APP_TIMER in sdk v14 build errors when migrating from v12.3

Hello I am using PCA10040, nRF52832, and GCC toolchain

I have a project that was working good using sdk v12.3 but now I want to migrate to the latest and I am getting one particular error I have not been able to resolve.

error: 'APP_TIMER_USER_OP_SIZE' undeclared here (not in a function)

This constant does not appear in v12.3 and now in v14 it is not declared or used anywhere else in SDK v14 file structure.

What is the purpose of this? What should I set it to?

Related