Tool to change all interrupt priorities at once. Check the header file for supported mbed targets.

Dependents:   CC3000_Hostdriver KL25Z_FFT_Demo cc3000_hello_world_demo cc3000_simple_socket_demo ... more

This pull request has been accepted and merged in by Frank Vannieuwkerke

Changed LPC13xx define

Hi frank,

Two changes, tweaked the target define for LPC13xx i guess and it worked, i assume the others need to be TARGET_

Also i had to change the typecast on the first param of NVIC_SetPriority as my mbed target didnt like IRQn but expected IRQn_Type instead