The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly instead.
For s130 the interrupt priority levels available to the application are: 1 and 3.
Other types were also removed, leading to e.g. the radio notification build problems. I'm just curious if there was a reason for this change.
(Sadly, after I finished merging all the new code in I discovered that the new S130 is 12k bigger than the old S110. Looks like I'll have to stick with SDK 10 on my tiny 128k chip.)
Thanks!