I am trying to track down a power usage problem with my code. When I started using SDK 13.0.0/S140 v5.0.0-2.alpha on a PCA10056, the power usage went up in my app. I see that the example ble_app_template has a similar issue. In nRF5 SDK v13.0.0-1.alpha/S140 v5.0.0-1.alpha, the ble_app_template example averages 0.005 mA when running. In nRF5 SDK v13.0.0/S140 v5.0.0-2.alpha, the same example averages 0.63 mA when running. Why is the latest one is using so much more power?